Read out connection
This commit is contained in:
7
pyhon/appliances/wm.py
Normal file
7
pyhon/appliances/wm.py
Normal file
@ -0,0 +1,7 @@
|
||||
class Appliance:
|
||||
def __init__(self, data):
|
||||
self._data = data
|
||||
|
||||
def get(self):
|
||||
self._data["connected"] = self._data["lastConnEvent.category"] == "CONNECTED"
|
||||
return self._data
|
Reference in New Issue
Block a user