mirror of
https://github.com/Andre0512/pyhOn.git
synced 2025-05-13 14:44:28 -04:00
Sync parameter to settings
This commit is contained in:
parent
a10ab4423e
commit
17d73cdeb8
3 changed files with 26 additions and 5 deletions
|
@ -115,7 +115,7 @@ class HonCommand:
|
|||
params = self.parameter_groups.get("parameters", {})
|
||||
ancillary_params = self.parameter_groups.get("ancillaryParameters", {})
|
||||
ancillary_params.pop("programRules", None)
|
||||
self.appliance.sync_to_params(self.name)
|
||||
self.appliance.sync_command_to_params(self.name)
|
||||
try:
|
||||
result = await self.api.send_command(
|
||||
self._appliance, self._name, params, ancillary_params
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue