ESPHome 2025.9.0-dev
Loading...
Searching...
No Matches
xiaomi_mue4094rt.h
Go to the documentation of this file.
1#pragma once
2
7
8#ifdef USE_ESP32
9
10namespace esphome {
11namespace xiaomi_mue4094rt {
12
16 public:
17 void set_address(uint64_t address) { address_ = address; }
18
19 bool parse_device(const esp32_ble_tracker::ESPBTDevice &device) override;
20
21 void dump_config() override;
22 void set_time(uint16_t timeout) { timeout_ = timeout; }
23
24 protected:
25 uint64_t address_;
26 uint16_t timeout_;
27};
28
29} // namespace xiaomi_mue4094rt
30} // namespace esphome
31
32#endif
uint8_t address
Definition bl0906.h:4
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