|
ESPHome 2025.12.0-dev
|
#include <remote_base.h>
Protected Member Functions | |
| bool | on_receive (RemoteReceiveData src) override |
Additional Inherited Members | |
Public Member Functions inherited from esphome::Trigger< T::ProtocolData > | |
| 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::remote_base::RemoteReceiverListener | |
Protected Attributes inherited from esphome::Trigger< T::ProtocolData > | |
| Automation< Ts... > * | automation_parent_ |
Definition at line 247 of file remote_base.h.
|
inlineoverrideprotectedvirtual |
Implements esphome::remote_base::RemoteReceiverListener.
Definition at line 249 of file remote_base.h.