|
ESPHome 2026.8.0b4
|
#include <automation.h>
Public Member Functions | |
| template<typename Hub > | |
| BLEEndOfScanTrigger (Hub *parent) | |
| bool | parse_device (const ESPBTDevice &device) override |
| void | on_scan_end () override |
Public Member Functions inherited from esphome::Trigger<> | |
| 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. | |
Public Member Functions inherited from esphome::ble_device_base::ESPBTDeviceListener | |
| virtual | ~ESPBTDeviceListener ()=default |
Additional Inherited Members | |
Protected Attributes inherited from esphome::Trigger<> | |
| Automation< Ts... > * | automation_parent_ |
Definition at line 110 of file automation.h.
|
inlineexplicit |
Definition at line 112 of file automation.h.
|
inlineoverridevirtual |
Reimplemented from esphome::ble_device_base::ESPBTDeviceListener.
Definition at line 115 of file automation.h.
|
inlineoverridevirtual |
Implements esphome::ble_device_base::ESPBTDeviceListener.
Definition at line 114 of file automation.h.