ESPHome
2023.5.4
|
Data Structures | |
class | CronTrigger |
struct | ESPTime |
A more user-friendly version of struct tm from time.h. More... | |
class | RealTimeClock |
The RealTimeClock class exposes common timekeeping functions via the device's local real-time clock. More... | |
class | SyncTrigger |
class | TimeHasTimeCondition |
Functions | |
template<typename T > | |
bool | increment_time_value (T ¤t, uint16_t begin, uint16_t end) |
bool esphome::time::increment_time_value | ( | T & | current, |
uint16_t | begin, | ||
uint16_t | end | ||
) |
Definition at line 99 of file real_time_clock.cpp.