24 this->
uuid_ = esp32_ble_tracker::ESPBTUUID::from_uint16(uuid);
28 this->
uuid_ = esp32_ble_tracker::ESPBTUUID::from_uint32(uuid);
32 this->
uuid_ = esp32_ble_tracker::ESPBTUUID::from_raw(uuid);
36 this->
ibeacon_uuid_ = esp32_ble_tracker::ESPBTUUID::from_raw(uuid);
69 if (this->
uuid_ == uuid) {
esp_bt_uuid_t get_uuid() const
uint64_t address_uint64() const
bool resolve_irk(const uint8_t *irk) const
const std::vector< ESPBTUUID > & get_service_uuids() const
optional< ESPBLEiBeacon > get_ibeacon() const
Base-class for all sensors.
void publish_state(float state)
Publish a new state to the front-end.
const float DATA
For components that import data from directly connected sensors like DHT.
Providing packet encoding functions for exchanging data with a remote host.