From a549cc0b796fe2bb9a7e32971e3946d05d19a7bf Mon Sep 17 00:00:00 2001 From: pdxlocations Date: Wed, 5 Jul 2023 22:10:45 -0700 Subject: [PATCH] fix cli ls_secs default value --- docs/configuration/device-config/power.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuration/device-config/power.mdx b/docs/configuration/device-config/power.mdx index a84b092f..7f70959c 100644 --- a/docs/configuration/device-config/power.mdx +++ b/docs/configuration/device-config/power.mdx @@ -176,7 +176,7 @@ All Power config options are available in the python CLI. | power.wait_bluetooth_secs | `integer` (seconds) | Default of `0` is 1 minute | | power.mesh_sds_timeout_secs | `integer` (seconds) | Default of `0` is 2 hours | | power.sds_secs | `integer` (seconds) | Default of `0` is 1 year | -| power.ls_secs | `integer` (seconds) | Default of `0` is 1 hour | +| power.ls_secs | `integer` (seconds) | Default of `0` is 5 minutes | | power.min_wake_secs | `integer` (seconds) | Default of `0` is 10 seconds | | power.device_battery_ina_address | `integer` (I2C address as decimal) | Default of `0` is no address set |