Skip to content

Commit

Permalink
Update enums (#381)
Browse files Browse the repository at this point in the history
  • Loading branch information
iMicknl authored Feb 21, 2022
1 parent 5e1a3cc commit 38ec232
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyoverkiz/enums/command.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ class OverkizCommand(str, Enum):
SET_PEDESTRIAN_POSITION = "setPedestrianPosition"
SET_RGB = "setRGB"
SET_SECURED_POSITION_TEMPERATURE = "setSecuredPositionTemperature"
SET_TARGET_ALARM_MODE = "setTargetAlarmMode"
SET_TARGET_TEMPERATURE = "setTargetTemperature"
SET_VENTILATIN_MODE = "setVentilationMode"
SET_VENTILATION_CONFIGURATION_MODE = "setVentilationConfigurationMode"
Expand Down Expand Up @@ -133,6 +134,8 @@ class OverkizCommandParam(str, Enum):
OPEN = "open"
OPENED = "opened"
PARTIAL = "partial"
PARTIAL_1 = "partial1"
PARTIAL_2 = "partial2"
PENDING = "pending"
PEDESTRIAN = "pedestrian"
PERSON_INSIDE = "personInside"
Expand Down

0 comments on commit 38ec232

Please sign in to comment.