We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a366b3 commit 735d21dCopy full SHA for 735d21d
pyoverkiz/enums/state.py
@@ -232,6 +232,8 @@ class OverkizState(StrEnum):
232
IO_PASS_APC_HEATING_PROFILE = "io:PassAPCHeatingProfileState"
233
IO_PASS_APC_OPERATING_MODE = "io:PassAPCOperatingModeState"
234
IO_PASS_APC_PRODUCT_TYPE = "io:PassAPCProductTypeState"
235
+ IO_POWER_HEAT_ELECTRICAL = "io:PowerHeatElectricalState"
236
+ IO_POWER_HEAT_PUMP = "io:PowerHeatPumpState"
237
IO_PRIORITY_LOCK_LEVEL = "io:PriorityLockLevelState"
238
IO_PRIORITY_LOCK_ORIGINATOR = "io:PriorityLockOriginatorState"
239
IO_SENSOR_ROOM = "io:SensorRoomState"
0 commit comments