Don't send optional program rules

This commit is contained in:
Andre Basche 2023-06-10 06:40:55 +02:00
parent f9d0fa4ae8
commit 9e35dcf9cf

View File

@ -111,6 +111,7 @@ class HonCommand:
async def send(self) -> bool:
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)
result = await self.api.send_command(
self._appliance, self._name, params, ancillary_params