|
ESPHome 2025.10.3
|
#include <automation.h>
Public Member Functions | |
| BLEEndOfScanTrigger (ESP32BLETracker *parent) | |
| bool | parse_device (const ESPBTDevice &device) override |
| void | on_scan_end () override |
Public Member Functions inherited from esphome::Trigger<> | |
| void | trigger (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::esp32_ble_tracker::ESPBTDeviceListener | |
| virtual bool | parse_devices (const BLEScanResult *scan_results, size_t count) |
| virtual AdvertisementParserType | get_advertisement_parser_type () |
| void | set_parent (ESP32BLETracker *parent) |
Additional Inherited Members | |
Protected Attributes inherited from esphome::Trigger<> | |
| Automation< Ts... > * | automation_parent_ |
Protected Attributes inherited from esphome::esp32_ble_tracker::ESPBTDeviceListener | |
| ESP32BLETracker * | parent_ {nullptr} |
Definition at line 85 of file automation.h.
|
inlineexplicit |
Definition at line 87 of file automation.h.
|
inlineoverridevirtual |
Reimplemented from esphome::esp32_ble_tracker::ESPBTDeviceListener.
Definition at line 92 of file automation.h.
|
inlineoverridevirtual |
Implements esphome::esp32_ble_tracker::ESPBTDeviceListener.
Definition at line 90 of file automation.h.