ESPHome
2022.12.8
|
#include <thermostat_climate.h>
Data Fields | |
const std::string | name |
bool | active |
uint32_t | time |
std::function< void()> | func |
Definition at line 28 of file thermostat_climate.h.
bool esphome::thermostat::ThermostatClimateTimer::active |
Definition at line 30 of file thermostat_climate.h.
std::function<void()> esphome::thermostat::ThermostatClimateTimer::func |
Definition at line 32 of file thermostat_climate.h.
const std::string esphome::thermostat::ThermostatClimateTimer::name |
Definition at line 29 of file thermostat_climate.h.
uint32_t esphome::thermostat::ThermostatClimateTimer::time |
Definition at line 31 of file thermostat_climate.h.