ESPHome
2024.10.2
|
#include <thermostat_climate.h>
Data Fields | |
bool | active |
uint32_t | time |
uint32_t | started |
std::function< void()> | func |
Definition at line 30 of file thermostat_climate.h.
bool esphome::thermostat::ThermostatClimateTimer::active |
Definition at line 31 of file thermostat_climate.h.
std::function<void()> esphome::thermostat::ThermostatClimateTimer::func |
Definition at line 34 of file thermostat_climate.h.
uint32_t esphome::thermostat::ThermostatClimateTimer::started |
Definition at line 33 of file thermostat_climate.h.
uint32_t esphome::thermostat::ThermostatClimateTimer::time |
Definition at line 32 of file thermostat_climate.h.