Skip to content

Commit

Permalink
remove local.status again
Browse files Browse the repository at this point in the history
  • Loading branch information
starkillerOG committed May 27, 2020
1 parent 0ab1dc7 commit 0f05432
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions miio/gateway.py
Original file line number Diff line number Diff line change
Expand Up @@ -243,13 +243,6 @@ def get_illumination(self):
"""Get illumination. In lux?"""
return self.send("get_illumination").pop()

@command()
def get_local_status(self):
"""
Get infromation about the gateway and connected devices,
currently responds but response cannot be parsed "Resp invalid json".
"""
return self.get_prop("local.status")

class GatewayDevice(Device):
"""
Expand Down

0 comments on commit 0f05432

Please sign in to comment.