mirror of
https://github.com/Andre0512/pyhOn.git
synced 2026-06-22 12:21:30 +02:00
Fix command parameter issue hon#63
This commit is contained in:
@@ -302,8 +302,6 @@ class HonAppliance:
|
||||
"statistics": self.statistics,
|
||||
"additional_data": self._additional_data,
|
||||
}
|
||||
if self._extra and data.get("attributes"):
|
||||
data = self._extra.data(data)
|
||||
if command_only:
|
||||
data.pop("attributes")
|
||||
data.pop("appliance")
|
||||
|
||||
Reference in New Issue
Block a user