Skip to content

Commit 7ce83ff

Browse files
authored
setDateTime command constant (#1294)
1 parent 4c2d48d commit 7ce83ff

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
@@ -127,6 +127,7 @@ class OverkizCommand(StrEnum):
127127
SET_COOLING_ON_OFF = "setCoolingOnOffState"
128128
SET_COOLING_TARGET_TEMPERATURE = "setCoolingTargetTemperature"
129129
SET_CURRENT_OPERATING_MODE = "setCurrentOperatingMode"
130+
SET_DATE_TIME = "setDateTime"
130131
SET_DEPLOYMENT = "setDeployment"
131132
SET_DEROGATED_TARGET_TEMPERATURE = "setDerogatedTargetTemperature"
132133
SET_DEROGATION = "setDerogation"

0 commit comments

Comments
 (0)