ESPHome
2024.10.2
|
#include <real_time_clock.h>
Public Member Functions | |
TimeHasTimeCondition (RealTimeClock *parent) | |
bool | check (Ts... x) override |
Public Member Functions inherited from esphome::Condition< Ts... > | |
bool | check_tuple (const std::tuple< Ts... > &tuple) |
Call check with a tuple of values as parameter. More... | |
Protected Attributes | |
RealTimeClock * | parent_ |
Additional Inherited Members | |
Protected Member Functions inherited from esphome::Condition< Ts... > | |
bool | check_tuple_ (const std::tuple< Ts... > &tuple, seq< S... >) |
Definition at line 54 of file real_time_clock.h.
|
inline |
Definition at line 56 of file real_time_clock.h.
|
inlineoverridevirtual |
Implements esphome::Condition< Ts... >.
Definition at line 57 of file real_time_clock.h.
|
protected |
Definition at line 60 of file real_time_clock.h.