Update api.py to correctly set firmwareId

This commit is contained in:
Alexandre Leites 2023-03-13 03:58:45 +01:00 committed by GitHub
parent 96233dd7fd
commit ec7355e341
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -70,7 +70,7 @@ class HonConnection:
"applianceType": device.appliance_type,
"code": device.appliance["code"],
"applianceModelId": device.appliance_model_id,
"firmwareId": "41",
"firmwareId": device.appliance["eepromId"],
"macAddress": device.mac_address,
"fwVersion": device.appliance["fwVersion"],
"os": const.OS,