|
ESPHome 2026.6.0-dev
|
Callback forwarder that triggers an Automation directly. More...
#include <automation.h>
Public Member Functions | |
| void | operator() (const Ts &...args) const |
Data Fields | |
| Automation< Ts... > * | automation |
Callback forwarder that triggers an Automation directly.
One operator() instantiation per Automation<Ts...> signature, shared across all call sites. Must stay pointer-sized to fit inline in Callback::ctx_ without heap allocation.
Definition at line 635 of file automation.h.
|
inline |
Definition at line 637 of file automation.h.
| Automation<Ts...>* esphome::TriggerForwarder< Ts >::automation |
Definition at line 636 of file automation.h.