|
ESPHome 2026.4.0-dev
|
Callback forwarder that triggers an Automation<> only when the bool arg is true. More...
#include <automation.h>
Public Member Functions | |
| void | operator() (bool state) const |
Data Fields | |
| Automation * | automation |
Callback forwarder that triggers an Automation<> only when the bool arg is true.
Must stay pointer-sized to fit inline in Callback::ctx_ without heap allocation.
Definition at line 508 of file automation.h.
|
inline |
Definition at line 510 of file automation.h.
| Automation* esphome::TriggerOnTrueForwarder::automation |
Definition at line 509 of file automation.h.