Skip to content

Commit

Permalink
Correct typo's in DisplayCode enum values (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbouwh authored Jun 9, 2024
1 parent c0e3ca8 commit 962c2ed
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 DisplayCode(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 962c2ed

Please sign in to comment.