Skip to content

Commit d94e4a5

Browse files
authored
Add refreshAwayModeDuration OverkizCommand (#1549)
1 parent 0c1d8d6 commit d94e4a5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyoverkiz/enums/command.py

+1
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ class OverkizCommand(StrEnum):
5555
PARTIAL = "partial"
5656
PARTIAL_POSITION = "partialPosition"
5757
REFRESH_ABSENCE_SCHEDULING_AVAILABILITY = "refreshAbsenceSchedulingAvailability"
58+
REFRESH_AWAY_MODE_DURATION = "refreshAwayModeDuration"
5859
REFRESH_BOOST_MODE_DURATION = "refreshBoostModeDuration"
5960
REFRESH_COMFORT_COOLING_TARGET_TEMPERATURE = (
6061
"refreshComfortCoolingTargetTemperature"

0 commit comments

Comments
 (0)