From e7aa1b97cf8e5a922b01dfe53cbdea5261d9f5f9 Mon Sep 17 00:00:00 2001 From: pdxlocations Date: Mon, 21 Aug 2023 21:21:07 -0700 Subject: [PATCH] add --request-telemetry --- docs/software/python-cli/index.mdx | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/docs/software/python-cli/index.mdx b/docs/software/python-cli/index.mdx index 6235fec6..417ebc07 100644 --- a/docs/software/python-cli/index.mdx +++ b/docs/software/python-cli/index.mdx @@ -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. ```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