Skip to content

Commit

Permalink
const: fix WebServer firmware constant
Browse files Browse the repository at this point in the history
Signed-off-by: Álvaro Fernández Rojas <[email protected]>
  • Loading branch information
Noltari committed Nov 15, 2022
1 parent d04fca8 commit 70a80e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aioairzone/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
API_WIFI_RSSI = "wifi_rssi"
API_WS_AIDOO = "ws_aidoo"
API_WS_AZ = "ws_az"
API_WS_FIRMWARE = "firmware"
API_WS_FIRMWARE = "ws_firmware"
API_WS_TYPE = "ws_type"
API_ZONE_ID = "zoneID"

Expand Down

0 comments on commit 70a80e2

Please sign in to comment.