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