ESPHome
2024.10.2
|
Data Structures | |
class | GlobalsComponent |
class | GlobalVarSetAction |
class | RestoringGlobalsComponent |
class | RestoringGlobalStringComponent |
Functions | |
template<typename T > | |
T & | id (GlobalsComponent< T > *value) |
template<typename T > | |
T & | id (RestoringGlobalsComponent< T > *value) |
template<typename T , uint8_t SZ> | |
T & | id (RestoringGlobalStringComponent< T, SZ > *value) |
T& esphome::globals::id | ( | GlobalsComponent< T > * | value | ) |
Definition at line 140 of file globals_component.h.
T& esphome::globals::id | ( | RestoringGlobalsComponent< T > * | value | ) |
Definition at line 141 of file globals_component.h.
T& esphome::globals::id | ( | RestoringGlobalStringComponent< T, SZ > * | value | ) |
Definition at line 142 of file globals_component.h.