mirror of
https://github.com/esphome/esphome.git
synced 2025-10-11 22:33:49 +01:00
Add minimum RSSI check to ble presence (#4646)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
This commit is contained in:
@@ -102,8 +102,9 @@ class BLERSSISensor : public sensor::Sensor, public esp32_ble_tracker::ESPBTDevi
|
||||
|
||||
esp32_ble_tracker::ESPBTUUID ibeacon_uuid_;
|
||||
uint16_t ibeacon_major_;
|
||||
bool check_ibeacon_major_;
|
||||
uint16_t ibeacon_minor_;
|
||||
|
||||
bool check_ibeacon_major_;
|
||||
bool check_ibeacon_minor_;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user