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:
parent
83bb99a34e
commit
22276832cd
3 changed files with 7 additions and 3 deletions
pyhon
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue