From ebff2d2d3861031609611254e0e03c43e0a97ac5 Mon Sep 17 00:00:00 2001 From: Felix Laevsky Date: Mon, 2 Dec 2024 13:11:05 +0200 Subject: [PATCH] Explanation for BLEMinRssiLevel command added in the comments (#22550) --- tasmota/tasmota_xdrv_driver/xdrv_79_esp32_ble.ino | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tasmota/tasmota_xdrv_driver/xdrv_79_esp32_ble.ino b/tasmota/tasmota_xdrv_driver/xdrv_79_esp32_ble.ino index a8bdf572b..0528d579f 100644 --- a/tasmota/tasmota_xdrv_driver/xdrv_79_esp32_ble.ino +++ b/tasmota/tasmota_xdrv_driver/xdrv_79_esp32_ble.ino @@ -111,6 +111,8 @@ BLEFilterNames BLEFilterNames0 - clear filter list BLEFilterNames1 - , - set one or more device names + BLEMinRssiLevel + BLEMinRssiLevel - Sets the minimum allowable RSSI level for detected devices Other drivers can add callbacks to receive advertisements Other drivers can add 'operations' to be performed and receive callbacks from the operation's success or failure