ESPHome
2024.10.2
|
#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. 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... | |
Public Member Functions inherited from esphome::esp32_ble_tracker::ESPBTDeviceListener | |
virtual void | on_scan_end () |
virtual bool | parse_devices (esp_ble_gap_cb_param_t::ble_scan_result_evt_param *advertisements, 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.