ESPHome 2025.5.0
Loading...
Searching...
No Matches
mopeka_ble.h
Go to the documentation of this file.
1#pragma once
2
3#include <vector>
4
7
8#ifdef USE_ESP32
9
10namespace esphome {
11namespace mopeka_ble {
12
14 public:
15 bool parse_device(const esp32_ble_tracker::ESPBTDevice &device) override;
16 void set_show_sensors_without_sync(bool show_sensors_without_sync) {
17 show_sensors_without_sync_ = show_sensors_without_sync;
18 }
19
20 protected:
22};
23
24} // namespace mopeka_ble
25} // namespace esphome
26
27#endif
bool parse_device(const esp32_ble_tracker::ESPBTDevice &device) override
Parse all incoming BLE payloads to see if it is a Mopeka BLE advertisement.
void set_show_sensors_without_sync(bool show_sensors_without_sync)
Definition mopeka_ble.h:16
Providing packet encoding functions for exchanging data with a remote host.
Definition a01nyub.cpp:7