mirror of
https://github.com/Andre0512/pyhOn.git
synced 2026-06-19 17:36:59 +02:00
Read out connection
This commit is contained in:
@@ -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