Skip to content

Commit

Permalink
Update const.py
Browse files Browse the repository at this point in the history
  • Loading branch information
BenPru authored Nov 12, 2023
1 parent 4cea603 commit e63e8f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/luxtronik/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ class LuxRoomThermostatType(Enum):
class LuxSwitchoffReason(Enum):
"""LuxSwitchoff reason etc."""

undefined_0: Final = 0 # ???
cycle_lock: Final = 0 # cycle_lock
heatpump_error: Final = 1
system_error: Final = 2
evu_lock: Final = 3
Expand Down

0 comments on commit e63e8f4

Please sign in to comment.