mirror of
https://github.com/Andre0512/pyhOn.git
synced 2026-06-19 22:29:41 +02:00
Fix wrong values
This commit is contained in:
@@ -166,3 +166,7 @@ class HonDevice:
|
||||
|
||||
async def update(self):
|
||||
await self.load_attributes()
|
||||
|
||||
@property
|
||||
def data(self):
|
||||
return self.attributes | self.parameters | self._appliance | self._statistics
|
||||
|
||||
Reference in New Issue
Block a user