Skip to content

Commit c7e0cf5

Browse files
committed
Fix the new elanrf FW format for connected topics
1 parent cde189a commit c7e0cf5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

inelsmqtt/const.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -285,6 +285,8 @@ class Climate_presets(IntEnum):
285285
}
286286

287287
GW_CONNECTED = {
288+
b'{"status":true}': True,
289+
b'{"status":false}': False,
288290
b'{"status": true}': True,
289291
b'{"status": false}': False,
290292
}

0 commit comments

Comments
 (0)