1
0
Fork 0
mirror of https://github.com/Andre0512/pyhOn.git synced 2025-06-02 07:39:51 -04:00

Fix wrong values

This commit is contained in:
Andre Basche 2023-03-03 18:24:19 +01:00
parent 83bb99a34e
commit 22276832cd
3 changed files with 7 additions and 3 deletions

View file

@ -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