mirror of
https://github.com/Andre0512/pyhOn.git
synced 2025-05-14 15:14:28 -04:00
Show more command data
This commit is contained in:
parent
79a121263f
commit
43d61ab853
6 changed files with 22 additions and 12 deletions
|
@ -162,7 +162,7 @@ class HonDevice:
|
|||
result = {}
|
||||
for name, command in self._commands.items():
|
||||
for key, parameter in command.parameters.items():
|
||||
result[f"{name}.{key}"] = parameter
|
||||
result[f"{name}.{key}"] = parameter.value
|
||||
return result
|
||||
|
||||
async def load_attributes(self):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue