ESPHome  2024.4.0
Data Fields
esphome::thermostat::ThermostatClimateTimer Struct Reference

#include <thermostat_climate.h>

Data Fields

bool active
 
uint32_t time
 
uint32_t started
 
std::function< void()> func
 

Detailed Description

Definition at line 30 of file thermostat_climate.h.

Field Documentation

◆ active

bool esphome::thermostat::ThermostatClimateTimer::active

Definition at line 31 of file thermostat_climate.h.

◆ func

std::function<void()> esphome::thermostat::ThermostatClimateTimer::func

Definition at line 34 of file thermostat_climate.h.

◆ started

uint32_t esphome::thermostat::ThermostatClimateTimer::started

Definition at line 33 of file thermostat_climate.h.

◆ time

uint32_t esphome::thermostat::ThermostatClimateTimer::time

Definition at line 32 of file thermostat_climate.h.


The documentation for this struct was generated from the following file: