|
ESPHome 2026.4.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 501 of file automation.h.
|
inline |
Definition at line 503 of file automation.h.
| Automation<Ts...>* esphome::TriggerForwarder< Ts >::automation |
Definition at line 502 of file automation.h.