Skip to content

Commit fc8d8a2

Browse files
authored
Add setOperatingMode + params (#310)
* Add new command + arguments * Sorted the constants
1 parent 654bcc3 commit fc8d8a2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyoverkiz/enums/command.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ class OverkizCommand(str, Enum):
5353
SET_INTENSITY = "setIntensity"
5454
SET_MEMORIZED_1_POSITION = "setMemorized1Position"
5555
SET_MEMORIZED_SIMPLE_VOLUME = "setMemorizedSimpleVolume"
56+
SET_OPERATING_MODE = "setOperatingMode"
5657
SET_ORIENTATION = "setOrientation"
5758
SET_PEDESTRIAN_POSITION = "setPedestrianPosition"
5859
SET_RGB = "setRGB"
@@ -84,6 +85,7 @@ class OverkizCommandParam(str, Enum):
8485
BOOST = "boost"
8586
COMFORT = "comfort"
8687
CLOSED = "closed"
88+
COOLING = "cooling"
8789
DEAD = "dead"
8890
DETECTED = "detected"
8991
DISARMED = "disarmed"
@@ -93,6 +95,7 @@ class OverkizCommandParam(str, Enum):
9395
FROSTPROTECTION = "frostprotection"
9496
FULL = "full"
9597
GEOFENCING_MODE = "geofencingMode"
98+
HEATING = "heating"
9699
HIGH = "high"
97100
HIGH_DEMAND = "high demand" # not a typo...
98101
HIGHEST = "highest"

0 commit comments

Comments
 (0)