ESPHome 2026.8.0b4
Loading...
Searching...
No Matches
mopeka_ble.h
Go to the documentation of this file.
1#pragma once
2
3#include <vector>
4
7
8namespace esphome::mopeka_ble {
9
11 public:
12 bool parse_device(const ble_device_base::ESPBTDevice &device) override;
13 void set_show_sensors_without_sync(bool show_sensors_without_sync) {
14 show_sensors_without_sync_ = show_sensors_without_sync;
15 }
16
17 protected:
19};
20
21} // namespace esphome::mopeka_ble
void set_show_sensors_without_sync(bool show_sensors_without_sync)
Definition mopeka_ble.h:13
bool parse_device(const ble_device_base::ESPBTDevice &device) override
Parse all incoming BLE payloads to see if it is a Mopeka BLE advertisement.