mirror of
https://github.com/meshtastic/meshtastic.git
synced 2025-02-02 08:42:11 -08:00
Add request-position and remove-node
This commit is contained in:
parent
3e12ef5ebf
commit
c7cb417aae
|
@ -370,6 +370,14 @@ meshtastic --request-telemetry --dest '!ba4bf9d0'
|
||||||
meshtastic --request-telemetry --dest 1828779180
|
meshtastic --request-telemetry --dest 1828779180
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### --request-position
|
||||||
|
|
||||||
|
Request position from a node. You need to pass the destination ID as an argument with `--dest`.
|
||||||
|
|
||||||
|
```shell title="Usage"
|
||||||
|
meshtastic --request-position --dest '!ba4bf9d0' --ch-index 1
|
||||||
|
```
|
||||||
|
|
||||||
### --ack
|
### --ack
|
||||||
|
|
||||||
Used in combination with `--sendtext` and other commands to wait for an acknowledgment. Not all commands will be able to return an acknowledgment. Best used for commands that specify a single destination node.
|
Used in combination with `--sendtext` and other commands to wait for an acknowledgment. Not all commands will be able to return an acknowledgment. Best used for commands that specify a single destination node.
|
||||||
|
@ -410,6 +418,14 @@ Tell the node to clear its list of nodes.
|
||||||
meshtastic --reset-nodedb
|
meshtastic --reset-nodedb
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### --remove-node NODE
|
||||||
|
|
||||||
|
Tell the node to remove the specified node from the NodeDB.
|
||||||
|
|
||||||
|
```shell title="Usage"
|
||||||
|
meshtastic --remove-node '!48759737'
|
||||||
|
```
|
||||||
|
|
||||||
### --reply
|
### --reply
|
||||||
|
|
||||||
Listen for messages. When one is received, send a message to the primary channel repeating the message along with some information.
|
Listen for messages. When one is received, send a message to the primary channel repeating the message along with some information.
|
||||||
|
|
Loading…
Reference in a new issue