From 0f05432c4f7a13789bf8309925dd2418f467eb36 Mon Sep 17 00:00:00 2001 From: starkillerOG Date: Wed, 27 May 2020 11:47:19 +0200 Subject: [PATCH] remove local.status again --- miio/gateway.py | 7 ------- 1 file changed, 7 deletions(-) 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): """