ESPHome 2026.8.0b4
Loading...
Searching...
No Matches
xiaomi_mue4094rt.h
Go to the documentation of this file.
1#pragma once
2
7
9
10class XiaomiMUE4094RT final : public Component,
13 public:
14 void set_address(uint64_t address) { address_ = address; }
15
16 bool parse_device(const ble_device_base::ESPBTDevice &device) override;
17
18 void dump_config() override;
19 void set_time(uint16_t timeout) { timeout_ = timeout; }
20
21 protected:
22 uint64_t address_;
23 uint16_t timeout_;
24};
25
26} // namespace esphome::xiaomi_mue4094rt
uint8_t address
Definition bl0906.h:4
bool parse_device(const ble_device_base::ESPBTDevice &device) override