From bb3a6daff5826356fcde25c16666fad0d3cb297b Mon Sep 17 00:00:00 2001 From: rcarteraz Date: Mon, 5 Jun 2023 15:09:42 -0700 Subject: [PATCH] add is_managed mode to device config section --- docs/configuration/device-config/device.mdx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/configuration/device-config/device.mdx b/docs/configuration/device-config/device.mdx index a635339e..774706c0 100644 --- a/docs/configuration/device-config/device.mdx +++ b/docs/configuration/device-config/device.mdx @@ -66,6 +66,10 @@ This is the number of seconds between NodeInfo message broadcasts from the devic This option will enable a double tap, when a supported accelerometer is attached to the device, to be treated as a button press. +### Managed Mode + +Enabling Managed mode will restrict access to all radio configurations via client applications. Radio configurations will only be accessible through the Admin channel. To avoid being locked out, make sure the Admin channel is working properly before enabling it. + ## Device Config Client Availability