ESPHome
2024.10.2
|
#include <automation.h>
Public Member Functions | |
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... | |
Public Member Functions inherited from esphome::Parented< UpdateEntity > | |
Parented () | |
Parented (UpdateEntity *parent) | |
UpdateEntity * | get_parent () const |
Get the parent of this object. More... | |
void | set_parent (UpdateEntity *parent) |
Set the parent of this object. More... | |
Additional Inherited Members | |
Protected Member Functions inherited from esphome::Condition< Ts... > | |
bool | check_tuple_ (const std::tuple< Ts... > &tuple, seq< S... >) |
Protected Attributes inherited from esphome::Parented< UpdateEntity > | |
UpdateEntity * | parent_ |
Definition at line 17 of file automation.h.
|
inlineoverridevirtual |
Implements esphome::Condition< Ts... >.
Definition at line 19 of file automation.h.