|
ESPHome 2025.10.3
|
#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. | |
Public Member Functions inherited from esphome::Parented< Speaker > | |
| Parented () | |
| Parented (Speaker *parent) | |
| Speaker * | get_parent () const |
| Get the parent of this object. | |
| void | set_parent (Speaker *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< Speaker > | |
| Speaker * | parent_ |
Definition at line 72 of file automation.h.
|
inlineoverridevirtual |
Implements esphome::Condition< Ts... >.
Definition at line 74 of file automation.h.