Skip to content

Commit

Permalink
Add docs for updating ble transmitter measured power (#1086)
Browse files Browse the repository at this point in the history
  • Loading branch information
dshokouhi authored Sep 10, 2024
1 parent 3cf8feb commit 847c8a9
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions docs/notifications/commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,24 @@ automation:
ble_uuid: "b4306bba-0e3a-44df-9518-dc74284e8214"
```

<span class='beta'>BETA</span>

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_<your_device_id_here>
data:
message: command_ble_transmitter
data:
command: ble_set_measured_power
ble_measured_power: "-75"
```

## Beacon Monitor

![Android](/assets/android.svg) <br />
Expand Down

0 comments on commit 847c8a9

Please sign in to comment.