Print all keys
This commit is contained in:
@ -5,4 +5,5 @@ class Appliance:
|
||||
def get(self):
|
||||
if self._data["attributes"]["lastConnEvent"]["category"] == "DISCONNECTED":
|
||||
self._data["attributes"]["parameters"]["machMode"] = "0"
|
||||
self._data["active"] = bool(self._data.get("activity"))
|
||||
return self._data
|
||||
|
Reference in New Issue
Block a user