ESPHome  2024.4.1
mopeka_ble.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include <vector>
4 
7 
8 #ifdef USE_ESP32
9 
10 namespace esphome {
11 namespace 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
void set_show_sensors_without_sync(bool show_sensors_without_sync)
Definition: mopeka_ble.h:16
bool parse_device(const esp32_ble_tracker::ESPBTDevice &device) override
Parse all incoming BLE payloads to see if it is a Mopeka BLE advertisement.
Definition: mopeka_ble.cpp:38
This is a workaround until we can figure out a way to get the tflite-micro idf component code availab...
Definition: a01nyub.cpp:7