#include <rc522.h>
|
| void | process (std::vector< uint8_t > &data) |
| |
| void | trigger (const Ts &...x) ESPHOME_ALWAYS_INLINE |
| | 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.
|
| |
Definition at line 273 of file rc522.h.
◆ process()
| void esphome::rc522::RC522Trigger::process |
( |
std::vector< uint8_t > & | data | ) |
|
The documentation for this class was generated from the following files: