ESPHome 2026.1.0-dev
Loading...
Searching...
No Matches
esphome::thermostat::ThermostatClimateTimer Struct Reference

#include <thermostat_climate.h>

Public Member Functions

 ThermostatClimateTimer ()=default
 
 ThermostatClimateTimer (bool active, uint32_t time, uint32_t started)
 

Data Fields

bool active
 
uint32_t time
 
uint32_t started
 

Detailed Description

Definition at line 41 of file thermostat_climate.h.

Constructor & Destructor Documentation

◆ ThermostatClimateTimer() [1/2]

esphome::thermostat::ThermostatClimateTimer::ThermostatClimateTimer ( )
default

◆ ThermostatClimateTimer() [2/2]

esphome::thermostat::ThermostatClimateTimer::ThermostatClimateTimer ( bool active,
uint32_t time,
uint32_t started )
inline

Definition at line 43 of file thermostat_climate.h.

Field Documentation

◆ active

bool esphome::thermostat::ThermostatClimateTimer::active

Definition at line 45 of file thermostat_climate.h.

◆ started

uint32_t esphome::thermostat::ThermostatClimateTimer::started

Definition at line 47 of file thermostat_climate.h.

◆ time

uint32_t esphome::thermostat::ThermostatClimateTimer::time

Definition at line 46 of file thermostat_climate.h.


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