From ef66a891746649935f6a338eaaa0caf99b4009e3 Mon Sep 17 00:00:00 2001 From: KrazyKerbalnaut Date: Fri, 22 Oct 2021 20:25:55 -0600 Subject: [PATCH] Added Overview to Power Settings page in software/settings --- website/docs/software/settings/power.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/website/docs/software/settings/power.md b/website/docs/software/settings/power.md index 43ecdaa4..594e1cb5 100644 --- a/website/docs/software/settings/power.md +++ b/website/docs/software/settings/power.md @@ -9,7 +9,15 @@ import TabItem from '@theme/TabItem'; ## Overview +Power settings on a Meshtastic device can be set like other user-define settings with the `--set` command ([see Meshtastic-python](../python/usage)). Some of these options are implicit in other commands. For example, when you set the device to router mode using `is_router true`, it is implied that deep sleep is disabled and we want to constantly listen for messages. Bellow is a list of all user-definable settings and the acceptable values that these settings can use. +For example, if we wanted to disable sleep mode, like when we put the device into router mode, we could use the command: + + ```bash + meshtastic --set mesh_sds_timeout_secs MAXUNIT + ``` + +For a description and more information on what exactly all of these mean, please refer to [Power Management State Machine](../other/power) ## Settings