Skip to content

Commit

Permalink
Remove HA specific thermostat constants (#695)
Browse files Browse the repository at this point in the history
  • Loading branch information
raman325 authored Jul 6, 2023
1 parent 45b479c commit 94fab53
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions zwave_js_server/const/command_class/thermostat.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,16 +80,6 @@ class ThermostatSetpointType(IntEnum):
FULL_POWER = 15


# In Z-Wave the modes and presets are both in ThermostatMode.
# This list contains thermostat modes we should consider a mode only
THERMOSTAT_MODES = [
ThermostatMode.OFF,
ThermostatMode.HEAT,
ThermostatMode.COOL,
ThermostatMode.AUTO,
ThermostatMode.AUTO_CHANGE_OVER,
]

THERMOSTAT_MODE_SETPOINT_MAP: dict[int, list[ThermostatSetpointType]] = {
ThermostatMode.OFF: [],
ThermostatMode.HEAT: [ThermostatSetpointType.HEATING],
Expand Down

0 comments on commit 94fab53

Please sign in to comment.