|
ESPHome 2025.12.0-dev
|
#include <automation.h>
Public Member Functions | |
| bool | check (const 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. | |
Public Member Functions inherited from esphome::Parented< MicroWakeWord > | |
| Parented () | |
| Parented (MicroWakeWord *parent) | |
| MicroWakeWord * | get_parent () const |
| Get the parent of this object. | |
| void | set_parent (MicroWakeWord *parent) |
| Set the parent of this object. | |
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< MicroWakeWord > | |
| MicroWakeWord * | parent_ |
Definition at line 20 of file automation.h.
|
inlineoverridevirtual |
Implements esphome::Condition< Ts... >.
Definition at line 22 of file automation.h.