ESPHome  2024.4.0
Public Member Functions
esphome::exposure_notifications::ExposureNotificationTrigger Class Reference

#include <exposure_notifications.h>

Inheritance diagram for esphome::exposure_notifications::ExposureNotificationTrigger:
esphome::Trigger< ExposureNotification > esphome::esp32_ble_tracker::ESPBTDeviceListener

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
ESP32BLETrackerparent_ {nullptr}
 

Detailed Description

Definition at line 20 of file exposure_notifications.h.

Member Function Documentation

◆ parse_device()

bool esphome::exposure_notifications::ExposureNotificationTrigger::parse_device ( const esp32_ble_tracker::ESPBTDevice device)
overridevirtual

The documentation for this class was generated from the following files: