Add request-position and remove-node

This commit is contained in:
Ian McEwen 2024-06-30 23:14:29 -07:00
parent 3e12ef5ebf
commit c7cb417aae
No known key found for this signature in database
GPG key ID: 55BFD6FCB698EC37

View file

@ -370,6 +370,14 @@ meshtastic --request-telemetry --dest '!ba4bf9d0'
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
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
```
### --remove-node NODE
Tell the node to remove the specified node from the NodeDB.
```shell title="Usage"
meshtastic --remove-node '!48759737'
```
### --reply
Listen for messages. When one is received, send a message to the primary channel repeating the message along with some information.