|
ESPHome 2025.12.0-dev
|
#include <automation.h>
Public Member Functions | |
| bool | on_unknown_peer (const ESPNowRecvInfo &info, const uint8_t *data, uint8_t size) override |
Public Member Functions inherited from esphome::Trigger< const ESPNowRecvInfo &, const uint8_t *, uint8_t > | |
| void | trigger (const Ts &...x) |
| Inform the parent automation that the event has triggered. | |
| void | set_automation_parent (Automation< Ts... > *automation_parent) |
| void | stop_action () |
| Stop any action connected to this trigger. | |
| bool | is_action_running () |
| Returns true if any action connected to this trigger is running. | |
Public Member Functions inherited from esphome::espnow::ESPNowUnknownPeerHandler | |
Additional Inherited Members | |
Protected Attributes inherited from esphome::Trigger< const ESPNowRecvInfo &, const uint8_t *, uint8_t > | |
| Automation< Ts... > * | automation_parent_ |
Definition at line 143 of file automation.h.
|
inlineoverridevirtual |
Implements esphome::espnow::ESPNowUnknownPeerHandler.
Definition at line 146 of file automation.h.