Skip to content

Commit

Permalink
Add additional DHWP states (#1468)
Browse files Browse the repository at this point in the history
  • Loading branch information
iMicknl authored Dec 11, 2024
1 parent 4a366b3 commit 735d21d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyoverkiz/enums/state.py
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,8 @@ class OverkizState(StrEnum):
IO_PASS_APC_HEATING_PROFILE = "io:PassAPCHeatingProfileState"
IO_PASS_APC_OPERATING_MODE = "io:PassAPCOperatingModeState"
IO_PASS_APC_PRODUCT_TYPE = "io:PassAPCProductTypeState"
IO_POWER_HEAT_ELECTRICAL = "io:PowerHeatElectricalState"
IO_POWER_HEAT_PUMP = "io:PowerHeatPumpState"
IO_PRIORITY_LOCK_LEVEL = "io:PriorityLockLevelState"
IO_PRIORITY_LOCK_ORIGINATOR = "io:PriorityLockOriginatorState"
IO_SENSOR_ROOM = "io:SensorRoomState"
Expand Down

0 comments on commit 735d21d

Please sign in to comment.