|
ESPHome 2026.6.0-dev
|
Callback forwarder that triggers an Automation<> only when the bool arg is false. 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 false.
Must stay pointer-sized to fit inline in Callback::ctx_ without heap allocation.
Definition at line 652 of file automation.h.
|
inline |
Definition at line 654 of file automation.h.
| Automation* esphome::TriggerOnFalseForwarder::automation |
Definition at line 653 of file automation.h.