Fix empty prStr

This commit is contained in:
Andre Basche 2023-10-06 01:28:47 +02:00
parent 658e80a8f4
commit ff8ae160bb
4 changed files with 5 additions and 3 deletions

View file

@ -139,6 +139,8 @@ class HonCommand:
async def send_parameters(self, params: Dict[str, str | float]) -> bool:
ancillary_params = self.parameter_groups.get("ancillaryParameters", {})
ancillary_params.pop("programRules", None)
if "prStr" in params:
params["prStr"] = self._category_name.upper()
self.appliance.sync_command_to_params(self.name)
try:
result = await self.api.send_command(