ESPHome 2025.10.0-dev
|
Data Structures | |
class | ThermostatClimate |
struct | ThermostatClimateTargetTempConfig |
struct | ThermostatClimateTimer |
Enumerations | |
enum | ThermostatClimateTimerIndex : uint8_t { THERMOSTAT_TIMER_COOLING_MAX_RUN_TIME = 0 , THERMOSTAT_TIMER_COOLING_OFF = 1 , THERMOSTAT_TIMER_COOLING_ON = 2 , THERMOSTAT_TIMER_FAN_MODE = 3 , THERMOSTAT_TIMER_FANNING_OFF = 4 , THERMOSTAT_TIMER_FANNING_ON = 5 , THERMOSTAT_TIMER_HEATING_MAX_RUN_TIME = 6 , THERMOSTAT_TIMER_HEATING_OFF = 7 , THERMOSTAT_TIMER_HEATING_ON = 8 , THERMOSTAT_TIMER_IDLE_ON = 9 , THERMOSTAT_TIMER_COUNT = 10 } |
enum | OnBootRestoreFrom : uint8_t { MEMORY = 0 , DEFAULT_PRESET = 1 } |
enum esphome::thermostat::OnBootRestoreFrom : uint8_t |
Enumerator | |
---|---|
MEMORY | |
DEFAULT_PRESET |
Definition at line 30 of file thermostat_climate.h.
enum esphome::thermostat::ThermostatClimateTimerIndex : uint8_t |
Definition at line 16 of file thermostat_climate.h.