Skip to content

Commit 56ded1d

Browse files
authored
Add SET_ON_OFF command to OverkizCommand enum (#1615)
1 parent 502f2a5 commit 56ded1d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyoverkiz/enums/command.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,7 @@ class OverkizCommand(StrEnum):
171171
SET_MEMORIZED_SIMPLE_VOLUME = "setMemorizedSimpleVolume"
172172
SET_MODE_TEMPERATURE = "setModeTemperature"
173173
SET_NAME = "setName"
174+
SET_ON_OFF = "setOnOff"
174175
SET_OPERATING_MODE = "setOperatingMode"
175176
SET_ORIENTATION = "setOrientation"
176177
SET_PASS_APC_COOLING_MODE = "setPassAPCCoolingMode"

0 commit comments

Comments
 (0)