Skip to content

Commit

Permalink
Correct typo's in DisplayCode enum values
Browse files Browse the repository at this point in the history
  • Loading branch information
jbouwh committed Jun 9, 2024
1 parent 4634f12 commit 9bcd5d0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions incomfortclient/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@ class DiplayCode(IntEnum):

UNKNOWN = -1
OPENTHERM = 0
BOILET_EXT = 15
BOILER_EXT = 15
FROST = 24
CENNTRAL_HEATING_RF = 37
CENTRAL_HEATING_RF = 37
TAPWATER_INT = 51
SENSOR_TEST = 85
CENNTRAL_HEATING = 102
CENTRAL_HEATING = 102
STANDBY = 126
POSTRUN_BOYLER = 153
SERVICE = 170
Expand Down

0 comments on commit 9bcd5d0

Please sign in to comment.