mirror of
https://github.com/meshcore-dev/meshcore-cli.git
synced 2026-04-20 22:13:48 +00:00
-l to list ble devices
This commit is contained in:
parent
093a2a7c2c
commit
ec44c93659
3 changed files with 16 additions and 4 deletions
|
|
@ -37,6 +37,9 @@ Arguments mostly deals with ble connection
|
|||
<pre>
|
||||
-h : prints this help
|
||||
-j : json output
|
||||
-D : print debug messages
|
||||
-S : BLE device selector
|
||||
-l : lists BLE devices
|
||||
-a <address> : specifies device address (can be a name)
|
||||
-d <name> : filter meshcore devices with name or address
|
||||
-t <hostname> : connects via tcp/ip
|
||||
|
|
@ -70,8 +73,8 @@ Commands are given after arguments, they can be chained and some have shortcuts.
|
|||
Management
|
||||
advert : sends advert a
|
||||
floodadv : flood advert
|
||||
get <param> : gets a param, \"get help\" for more
|
||||
set <param> <value> : sets a param, \"set help\" for more
|
||||
get <param> : gets a param, "get help" for more
|
||||
set <param> <value> : sets a param, "set help" for more
|
||||
time <epoch> : sets time to given epoch
|
||||
clock : get current time
|
||||
clock sync : sync device clock st
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue