ESPHome 2026.8.0b4
Loading...
Searching...
No Matches
esphome::ble_device_base::BLEEndOfScanTrigger Class Referencefinal

#include <automation.h>

Inheritance diagram for esphome::ble_device_base::BLEEndOfScanTrigger:
esphome::Trigger<> esphome::ble_device_base::ESPBTDeviceListener

Public Member Functions

template<typename Hub >
 BLEEndOfScanTrigger (Hub *parent)
 
bool parse_device (const ESPBTDevice &device) override
 
void on_scan_end () override
 
- Public Member Functions inherited from esphome::Trigger<>
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
 

Additional Inherited Members

- Protected Attributes inherited from esphome::Trigger<>
Automation< Ts... > * automation_parent_
 

Detailed Description

Definition at line 110 of file automation.h.

Constructor & Destructor Documentation

◆ BLEEndOfScanTrigger()

template<typename Hub >
esphome::ble_device_base::BLEEndOfScanTrigger::BLEEndOfScanTrigger ( Hub * parent)
inlineexplicit

Definition at line 112 of file automation.h.

Member Function Documentation

◆ on_scan_end()

void esphome::ble_device_base::BLEEndOfScanTrigger::on_scan_end ( )
inlineoverridevirtual

Reimplemented from esphome::ble_device_base::ESPBTDeviceListener.

Definition at line 115 of file automation.h.

◆ parse_device()

bool esphome::ble_device_base::BLEEndOfScanTrigger::parse_device ( const ESPBTDevice & device)
inlineoverridevirtual

Implements esphome::ble_device_base::ESPBTDeviceListener.

Definition at line 114 of file automation.h.


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