mirror of
https://github.com/Andre0512/pyhOn.git
synced 2026-06-21 13:22:48 +02:00
Show more command data
This commit is contained in:
+1
-1
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user