ESPHome
2024.10.2
|
#include <automation.h>
Public Member Functions | |
AlarmControlPanelCondition (AlarmControlPanel *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 | |
AlarmControlPanel * | 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 178 of file automation.h.
|
inline |
Definition at line 180 of file automation.h.
|
inlineoverridevirtual |
Implements esphome::Condition< Ts... >.
Definition at line 181 of file automation.h.
|
protected |
Definition at line 187 of file automation.h.