ESPHome 2025.5.2
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Modules Pages
thermostat_climate.h File Reference

Go to the source code of this file.

Data Structures

struct  esphome::thermostat::ThermostatClimateTimer
 
struct  esphome::thermostat::ThermostatClimateTargetTempConfig
 
class  esphome::thermostat::ThermostatClimate
 

Namespaces

namespace  esphome
 Providing packet encoding functions for exchanging data with a remote host.
 
namespace  esphome::thermostat
 

Enumerations

enum  esphome::thermostat::ThermostatClimateTimerIndex : size_t {
  esphome::thermostat::TIMER_COOLING_MAX_RUN_TIME = 0 , esphome::thermostat::TIMER_COOLING_OFF = 1 , esphome::thermostat::TIMER_COOLING_ON = 2 , esphome::thermostat::TIMER_FAN_MODE = 3 ,
  esphome::thermostat::TIMER_FANNING_OFF = 4 , esphome::thermostat::TIMER_FANNING_ON = 5 , esphome::thermostat::TIMER_HEATING_MAX_RUN_TIME = 6 , esphome::thermostat::TIMER_HEATING_OFF = 7 ,
  esphome::thermostat::TIMER_HEATING_ON = 8 , esphome::thermostat::TIMER_IDLE_ON = 9
}
 
enum  esphome::thermostat::OnBootRestoreFrom : size_t { esphome::thermostat::MEMORY = 0 , esphome::thermostat::DEFAULT_PRESET = 1 }