mirror of
https://github.com/meshtastic/meshtastic.git
synced 2025-02-02 08:42:11 -08:00
Merge pull request #786 from pdxlocations/add-request-telemetry-to-cli
This commit is contained in:
commit
c937671e52
|
@ -306,7 +306,16 @@ meshtastic --sendping
|
||||||
Traceroute from connected node to a destination. You need pass the destination ID as an argument. Only nodes that have the encryption key can be traced.
|
Traceroute from connected node to a destination. You need pass the destination ID as an argument. Only nodes that have the encryption key can be traced.
|
||||||
|
|
||||||
```shell title="Usage"
|
```shell title="Usage"
|
||||||
meshtastic --traceroute 'ba4bf9d0'
|
meshtastic --traceroute '!ba4bf9d0'
|
||||||
|
```
|
||||||
|
|
||||||
|
### --request-telemetry
|
||||||
|
|
||||||
|
Request telemetry from a node. You need to pass the destination ID as an argument with '--dest'. For repeaters, the nodeNum is required.
|
||||||
|
|
||||||
|
```shell title="Usage"
|
||||||
|
meshtastic --request-telemetry --dest '!ba4bf9d0'
|
||||||
|
meshtastic --request-telemetry --dest 1828779180
|
||||||
```
|
```
|
||||||
|
|
||||||
### --ack
|
### --ack
|
||||||
|
|
Loading…
Reference in a new issue