Skip to content

Commit af3f0d2

Browse files
authored
Atlantic DHW setAbsense fields (#1293)
* setAbsence date commands * DateTimeState state
1 parent ca414c0 commit af3f0d2

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

pyoverkiz/enums/command.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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"

pyoverkiz/enums/state.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)