Skip to content

Commit

Permalink
Add ThreeWayWindowHandle (#521)
Browse files Browse the repository at this point in the history
  • Loading branch information
iMicknl authored Jun 21, 2022
1 parent 99a1647 commit dbb6b0a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions pyoverkiz/enums/command.py
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,7 @@ class OverkizCommandParam(str, Enum):
STANDBY = "standby"
STOP = "stop"
SUDDEN_DROP_MODE = "suddenDropMode"
TILT = "tilt"
TOTAL = "total"
UNDETECTED = "undetected"
UPS = "UPS"
Expand Down
1 change: 1 addition & 0 deletions pyoverkiz/enums/state.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ class OverkizState(str, Enum):
CORE_TARGET_TEMPERATURE = "core:TargetTemperatureState"
CORE_TEMPERATURE = "core:TemperatureState"
CORE_THERMAL_ENERGY_CONSUMPTION = "core:ThermalEnergyConsumptionState"
CORE_THREE_WAY_HANDLE_DIRECTION = "core:ThreeWayHandleDirectionState"
CORE_V40_WATER_VOLUME_ESTIMATION = "core:V40WaterVolumeEstimationState"
CORE_VIBRATION = "core:VibrationState"
CORE_WATER_CONSUMPTION = "core:WaterConsumptionState"
Expand Down

0 comments on commit dbb6b0a

Please sign in to comment.