Skip to content

Commit ae7698c

Browse files
authored
Add THERMOSTAT_MODE_PROPERTY const (#94)
1 parent bc4f278 commit ae7698c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

zwave_js_server/const.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,7 @@ class CodeSlotStatus(IntEnum):
179179

180180

181181
# Thermostat constants
182+
THERMOSTAT_MODE_PROPERTY = "mode"
182183
THERMOSTAT_SETPOINT_PROPERTY = "setpoint"
183184
THERMOSTAT_OPERATING_STATE_PROPERTY = "state"
184185
THERMOSTAT_CURRENT_TEMP_PROPERTY = "Air temperature"

0 commit comments

Comments
 (0)