|
ESPHome 2026.8.1
|
#include <exposure_notifications.h>
Public Member Functions | |
| bool | parse_device (const ble_device_base::ESPBTDevice &device) override |
Public Member Functions inherited from esphome::Trigger< ExposureNotification > | |
| 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 |
| virtual void | on_scan_end () |
| Called at the end of each scan duration period. | |
Additional Inherited Members | |
Protected Attributes inherited from esphome::Trigger< ExposureNotification > | |
| Automation< Ts... > * | automation_parent_ |
Definition at line 17 of file exposure_notifications.h.
|
overridevirtual |
Implements esphome::ble_device_base::ESPBTDeviceListener.
Definition at line 11 of file exposure_notifications.cpp.