From c0b23b118e0ca001c95cad9e1ea04eaffaf46c29 Mon Sep 17 00:00:00 2001 From: Felix Laevsky Date: Tue, 26 Nov 2024 21:17:02 +0200 Subject: [PATCH] Explanation for BLEMinRssiLevel command added in the comments --- 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 a8bdf572b371..0528d579f153 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