File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -101,8 +101,10 @@ class OverkizCommand(StrEnum):
101101 SAVE_ALIAS = "saveAlias"
102102 SET_ABSENCE_MODE = "setAbsenceMode"
103103 SET_ABSENCE_COOLING_TARGET_TEMPERATURE = "setAbsenceCoolingTargetTemperature"
104+ SET_ABSENCE_END_DATE = "setAbsenceEndDate"
104105 SET_ABSENCE_END_DATE_TIME = "setAbsenceEndDateTime"
105106 SET_ABSENCE_HEATING_TARGET_TEMPERATURE = "setAbsenceHeatingTargetTemperature"
107+ SET_ABSENCE_START_DATE = "setAbsenceStartDate"
106108 SET_ABSENCE_START_DATE_TIME = "setAbsenceStartDateTime"
107109 SET_ACTIVE_MODE = "setActiveMode"
108110 SET_AIR_DEMAND_MODE = "setAirDemandMode"
Original file line number Diff line number Diff line change @@ -82,6 +82,7 @@ class OverkizState(StrEnum):
8282 CORE_CO_CONCENTRATION = "core:COConcentrationState"
8383 CORE_COOLING_ON_OFF = "core:CoolingOnOffState"
8484 CORE_COOLING_TARGET_TEMPERATURE = "core:CoolingTargetTemperatureState"
85+ CORE_DATETIME = "core:DateTimeState"
8586 CORE_DEPLOYMENT = "core:DeploymentState"
8687 CORE_DEROGATED_TARGET_TEMPERATURE = "core:DerogatedTargetTemperatureState"
8788 CORE_DEROGATION_ACTIVATION = "core:DerogationActivationState"
You can’t perform that action at this time.
0 commit comments