diff --git a/miio/gateway.py b/miio/gateway.py index aa87f3cf0..f908bbce5 100644 --- a/miio/gateway.py +++ b/miio/gateway.py @@ -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): """