ESPHome 2025.5.0
Loading...
Searching...
No Matches
airthings_listener.h
Go to the documentation of this file.
1#pragma once
2
3#ifdef USE_ESP32
4
7
8namespace esphome {
9namespace airthings_ble {
10
12 public:
13 bool parse_device(const esp32_ble_tracker::ESPBTDevice &device) override;
14};
15
16} // namespace airthings_ble
17} // namespace esphome
18
19#endif
bool parse_device(const esp32_ble_tracker::ESPBTDevice &device) override
Providing packet encoding functions for exchanging data with a remote host.
Definition a01nyub.cpp:7