From c42e22d160d332c387b37ac890ea3c290630b68d Mon Sep 17 00:00:00 2001 From: Mike Kinney Date: Thu, 2 Dec 2021 11:04:38 -0800 Subject: [PATCH] add info on getting all user prefs --- website/docs/software/python/cli.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/website/docs/software/python/cli.md b/website/docs/software/python/cli.md index 477e63c4..14e3e686 100644 --- a/website/docs/software/python/cli.md +++ b/website/docs/software/python/cli.md @@ -18,7 +18,14 @@ meshtastic -h Because of the growing nature of this project, not all commands may appear when using the help command with `meshtastic -h`. ::: -## Changing device settings +## Getting a list of User Preferences + +You can get a list of user preferences by running '--get' with an invalid atrribute such as 'all'. +```bash +meshtastic --get all +``` + +## Changing settings You can also use this tool to set any of the device parameters which are stored in persistent storage. For instance, here's how to set the device to keep the bluetooth link alive for eight hours (any usage of the bluetooth protocol from your phone will reset this timer)