|
ESPHome 2025.10.4
|
#include <exposure_notifications.h>
Public Member Functions | |
| bool | parse_device (const esp32_ble_tracker::ESPBTDevice &device) override |
Public Member Functions inherited from esphome::Trigger< ExposureNotification > | |
| 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 void | on_scan_end () |
| 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< ExposureNotification > | |
| Automation< Ts... > * | automation_parent_ |
Protected Attributes inherited from esphome::esp32_ble_tracker::ESPBTDeviceListener | |
| ESP32BLETracker * | parent_ {nullptr} |
Definition at line 20 of file exposure_notifications.h.
|
overridevirtual |
Implements esphome::esp32_ble_tracker::ESPBTDeviceListener.
Definition at line 14 of file exposure_notifications.cpp.