Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

fix BLEDetails formatting #1469

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/Commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -1068,7 +1068,7 @@ Command|Parameters
BLEAddrFilter<a class="cmnd" id="bleaddrfilter"></a>|Set BLE Address type filter.<BR>`BLEAddrFilter` = show filter level<BR>`BLEAddrFilter n` = set BLE address type filter 0..3 - default 3. Ignores BLE address types > filter value. Set 0 to ONLY see public addresses.
BLEAlias<a class="cmnd" id="blealias"></a>|Set Alias names for devices. A device may be referred to by its alias in subsequent commands<BR>`BLEAlias mac=alias mac=alias ...` = set one or more aliases from devices.<BR>`BLEAlias2` = clear all aliases.
BLEDebug<a class="cmnd" id="bledebug"></a>|Set BLE debug level.<BR>`BLEDebug` = show extra debug information<BR>`BLEDebug0` = suppress extra debug
BLEDetails<a class="cmnd" id="bledetails"></a>|Display details about received adverts<BR>`BLEDetails0` = disable showing of details.<BR>`BLEDetails1 mac/alias` = show the next advert from device mac/alias<BR>`BLEDetails2 mac/alias` = show all advert from device mac|alias (some may be lost).<BR>`BLEDetails3` = show all adverts from all devices (some will be lost).<BR>`BLEDetails4` = show all adverts from aliased devices.
BLEDetails<a class="cmnd" id="bledetails"></a>|Display details about received adverts<BR>`BLEDetails0` = disable showing of details.<BR>`BLEDetails1 mac/alias` = show the next advert from device mac/alias<BR>`BLEDetails2 mac/alias` = show all advert from device mac/alias (some may be lost).<BR>`BLEDetails3` = show all adverts from all devices (some will be lost).<BR>`BLEDetails4` = show all adverts from aliased devices.
BLEDevices<a class="cmnd" id="bledevices"></a>|Cause a list of known devices to be sent on MQTT, or Empty the list of known devices.<BR>`BLEDevices0` = clear the known devices list.<BR>`BLEDevices` = Cause the known devices list to be published on stat/TASName/BLE.
BLEMaxAge<a class="cmnd" id="blemaxage"></a>|Set the timeout for device adverts.<BR>`BLEMaxAge n` = set the devices timeout to n seconds.<BR>`BLEMaxAge` = display the device timeout.
BLEMode<a class="cmnd" id="blemode"></a>|Change the operational mode of the BLE driver.<BR>`BLEMode0` = disable regular BLE scans.<BR>`BLEMode1` = BLE scan on command only.<BR>`BLEMode2` = regular BLE scanning (default).
Expand Down