From 9c756b62ccf3b156618f90943fc9026986cd50b9 Mon Sep 17 00:00:00 2001 From: Daniel Shokouhi Date: Thu, 1 Aug 2024 11:24:53 -0700 Subject: [PATCH] Add docs for updating ble transmitter measured power --- docs/notifications/commands.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/docs/notifications/commands.md b/docs/notifications/commands.md index 97f1a2d0e0..1ba35629b0 100644 --- a/docs/notifications/commands.md +++ b/docs/notifications/commands.md @@ -230,6 +230,24 @@ automation: ble_uuid: "b4306bba-0e3a-44df-9518-dc74284e8214" ``` +BETA + +Users can also change the measured power at 1 meter to help improve detection for their devices. This number must be a negative number. The default value `-59` will be set in some cases like junk characters, if data is missing or the number is positive the notification will post as normal on the device. + +```yaml +automation: + - alias: Change BLE transmitter measured power + trigger: + ... + action: + - service: notify.mobile_app_ + data: + message: command_ble_transmitter + data: + command: ble_set_measured_power + ble_measured_power: "-75" +``` + ## Beacon Monitor ![Android](/assets/android.svg)