From ddca584dfeb29212a006917bef67dcd3523ed9fc Mon Sep 17 00:00:00 2001 From: tony-fav <42725386+tony-fav@users.noreply.github.com> Date: Sun, 14 Nov 2021 14:26:00 -0500 Subject: [PATCH] "details" to "DetailsBLE" for better rule use --- tasmota/xdrv_79_esp32_ble.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasmota/xdrv_79_esp32_ble.ino b/tasmota/xdrv_79_esp32_ble.ino index 94589f4c4..2dd4b9d40 100644 --- a/tasmota/xdrv_79_esp32_ble.ino +++ b/tasmota/xdrv_79_esp32_ble.ino @@ -1150,7 +1150,7 @@ void setDetails(ble_advertisment_t *ad){ *(p++) = '{'; maxlen--; - strcpy(p, "\"details\":{"); + strcpy(p, "\"DetailsBLE\":{"); int len = strlen(p); p += len; maxlen -= len;