File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -53,6 +53,7 @@ class OverkizCommand(str, Enum):
53
53
SET_INTENSITY = "setIntensity"
54
54
SET_MEMORIZED_1_POSITION = "setMemorized1Position"
55
55
SET_MEMORIZED_SIMPLE_VOLUME = "setMemorizedSimpleVolume"
56
+ SET_OPERATING_MODE = "setOperatingMode"
56
57
SET_ORIENTATION = "setOrientation"
57
58
SET_PEDESTRIAN_POSITION = "setPedestrianPosition"
58
59
SET_RGB = "setRGB"
@@ -84,6 +85,7 @@ class OverkizCommandParam(str, Enum):
84
85
BOOST = "boost"
85
86
COMFORT = "comfort"
86
87
CLOSED = "closed"
88
+ COOLING = "cooling"
87
89
DEAD = "dead"
88
90
DETECTED = "detected"
89
91
DISARMED = "disarmed"
@@ -93,6 +95,7 @@ class OverkizCommandParam(str, Enum):
93
95
FROSTPROTECTION = "frostprotection"
94
96
FULL = "full"
95
97
GEOFENCING_MODE = "geofencingMode"
98
+ HEATING = "heating"
96
99
HIGH = "high"
97
100
HIGH_DEMAND = "high demand" # not a typo...
98
101
HIGHEST = "highest"
You can’t perform that action at this time.
0 commit comments