ESPHome
2024.10.2
|
#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 (Ts... x) |
Inform the parent automation that the event has triggered. More... | |
void | set_automation_parent (Automation< Ts... > *automation_parent) |
void | stop_action () |
Stop any action connected to this trigger. More... | |
bool | is_action_running () |
Returns true if any action connected to this trigger is running. More... | |
Protected Attributes inherited from esphome::Trigger< T::ProtocolData > | |
Automation< Ts... > * | automation_parent_ |
Definition at line 252 of file remote_base.h.
|
inlineoverrideprotectedvirtual |
Implements esphome::remote_base::RemoteReceiverListener.
Definition at line 254 of file remote_base.h.