ESPHome 2026.10.0-dev
Loading...
Searching...
No Matches
exposure_notifications.h
Go to the documentation of this file.
1#pragma once
2
6#include <array>
7
9
11 std::array<uint8_t, 6> address;
12 int rssi;
13 std::array<uint8_t, 16> rolling_proximity_identifier;
14 std::array<uint8_t, 4> associated_encrypted_metadata;
15};
16
17class ExposureNotificationTrigger final : public Trigger<ExposureNotification>,
19 public:
20 bool parse_device(const ble_device_base::ESPBTDevice &device) override;
21};
22
23} // namespace esphome::exposure_notifications
bool parse_device(const ble_device_base::ESPBTDevice &device) override