From 0204ff2a71de12b33b15b6ca8d089713e6edaef2 Mon Sep 17 00:00:00 2001 From: rcarteraz Date: Sun, 10 Mar 2024 21:48:00 -0700 Subject: [PATCH] add --ble-scan to index --- docs/software/python-cli/index.mdx | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/software/python-cli/index.mdx b/docs/software/python-cli/index.mdx index 691f81cf..747cc5ae 100644 --- a/docs/software/python-cli/index.mdx +++ b/docs/software/python-cli/index.mdx @@ -446,6 +446,14 @@ Connect to a Meshtastic device using its BLE address or name. This option allows meshtastic --ble "device_name_or_address" --info ``` +### --ble-scan + +Scan for available Meshtastic devices using BLE. This command lists discoverable devices, providing a convenient method to identify devices for connection via BLE. + +```shell title="Usage" +meshtastic --ble-scan +``` + ### --noproto Don't start the API, just function as a dumb serial terminal. Probably not very helpful from the command line. Used more for testing/internal needs.