diff --git a/docs/settings/config/device.mdx b/docs/settings/config/device.mdx
index 45626d89..8f26bd2b 100644
--- a/docs/settings/config/device.mdx
+++ b/docs/settings/config/device.mdx
@@ -67,14 +67,12 @@ Device config is not available for Android.
:::info
All device config options other than NTP Server are available on iOS, iPadOS and macOS at Settings > Radio Configuration > Device.
-
-WiFi related settings are not available on Apple OS's.
:::
-No device config options are available in the python CLI. Example commands are below:
+All device config options are available in the python CLI. Example commands are below:
```shell title="Set the role to client"
meshtastic --set device.role client
diff --git a/docs/settings/config/display.mdx b/docs/settings/config/display.mdx
index 56a9d9f2..2af8f41b 100644
--- a/docs/settings/config/display.mdx
+++ b/docs/settings/config/display.mdx
@@ -60,7 +60,7 @@ All display config options are available on iOS, iPadOS and macOS at Settings >
-No display config options are available in the python CLI. Example commands are below:
+All display config options are available in the python CLI. Example commands are below:
```shell title="Set Screen On Duration (Default of 0 is 10 minutes)"
meshtastic --set display.screen_on_secs 0
diff --git a/docs/settings/config/lora.mdx b/docs/settings/config/lora.mdx
index 1e267ff3..7d087c2e 100644
--- a/docs/settings/config/lora.mdx
+++ b/docs/settings/config/lora.mdx
@@ -103,7 +103,7 @@ Configuration of Region, Modem Preset and Hop Limit is available on iOS, iPadOS
-Select LoRa config conmmands are available in the python CLI. Example commands are below:
+LoRa config conmmands are available in the python CLI. Example commands are below:
| Setting | Acceptable Values | Default |
| :----------: | :---------------------------------------------------------------------------: | :---------------: |
@@ -122,7 +122,7 @@ No lora config options are available in the Flasher.
:::info
-No lora config options are available in the Web UI.
+All lora config options are available in the Web UI.
:::
diff --git a/docs/settings/config/position.mdx b/docs/settings/config/position.mdx
index 3ea56fc1..5cefa789 100644
--- a/docs/settings/config/position.mdx
+++ b/docs/settings/config/position.mdx
@@ -101,7 +101,7 @@ All position config values except for postion flag are available on iOS, iPadOS
-No Position config conmmands are available in the python CLI. Example commands are below:
+All Position config conmmands are available in the python CLI. Example commands are below:
| Setting | Acceptable Values | Default |
| :----------------------------: | :-----------------------------------------------------------------------------------------------------------------------------------------------------------: | :-------------: |
@@ -174,7 +174,7 @@ No position config options are available in the Flasher.
:::info
-No position config options are available in the Web UI.
+All position config options are available in the Web UI.
:::
diff --git a/docs/settings/config/power.mdx b/docs/settings/config/power.mdx
index 21435fe2..c8473e7e 100644
--- a/docs/settings/config/power.mdx
+++ b/docs/settings/config/power.mdx
@@ -9,7 +9,7 @@ import TabItem from '@theme/TabItem';
The power config options are: Charge Current, Power Saving, Shutdown after losing power, ADC Multiplier Override Wait Bluetooth Interval, Mesh Super Deep Sleep Timeout, Super Deep Sleep Interval, Light Sleep Interval and Minimum Wake Interval. Power config uses an admin message sending a `Config.Power` protobuf.
-Power settings are advanced configuration, most users should choose a role under Device Config to manage power for their device.
+Power settings are advanced configuration, most users should choose a role under Device Config to manage power for their device and should never need to touch any of these settings.
## Power Config Values
@@ -99,7 +99,7 @@ Power config is not available on Apple OS's.
-No Power config options are available in the python CLI.
+All Power config options are available in the python CLI.
| Setting | Acceptable Values | Default |
| :----------------------------------: | :-------------------------------------------------------------------------------------------------------------------------------------------------------------: | :-------: |
@@ -166,7 +166,7 @@ Power config is not available in the Flasher.
:::info
-No power config options are available in the Web UI.
+All power config options are available in the Web UI.
:::