|
ESPHome 2026.4.0-dev
|
Callback forwarder that triggers an Automation<> only when a specific lock state is entered. More...
#include <automation.h>
Public Member Functions | |
| void | operator() (LockState state) const |
Data Fields | |
| Automation * | automation |
Callback forwarder that triggers an Automation<> only when a specific lock state is entered.
Pointer-sized (single Automation* field) to fit inline in Callback::ctx_.
Definition at line 54 of file automation.h.
|
inline |
Definition at line 56 of file automation.h.
| Automation* esphome::lock::LockStateForwarder< State >::automation |
Definition at line 55 of file automation.h.