Fix command start

This commit is contained in:
Andre Basche 2023-03-08 23:01:40 +01:00
parent f52f84711f
commit 6b346f766f
4 changed files with 4 additions and 3 deletions

View file

@ -129,7 +129,7 @@ class HonConnection:
},
"ancillaryParameters": ancillary_parameters,
"parameters": parameters,
"applianceType": device.appliance_type_name
"applianceType": device.appliance_type
}
url = f"{const.API_URL}/commands/v1/send"
async with self._session.post(url, headers=await self._headers, json=data) as resp: