Skip to content

Commit 21cc15b

Browse files
authored
Merge pull request #15 from claudegel/claudegel-patch-2
add current_setpoint attribute
2 parents 9b12f71 + 6271f2a commit 21cc15b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

thermostat.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@ class SystemMode(t.enum8):
119119
0x0118: ("aux_connected_load", t.uint16_t, True),
120120
0x0119: ("connected_load", t.uint16_t, True),
121121
0x0128: ("pump_protection", t.uint8_t, True),
122+
0x012B: ("current_setpoint", t.int16s, True),
122123
0x012D: ("report_local_temperature", t.int16s, True),
123124
0x0200: ("status", t.bitmap32, True),
124125
0xFFFD: ("cluster_revision", t.uint16_t, True),

0 commit comments

Comments
 (0)