diff --git a/docs/configuration/module-config/mqtt.mdx b/docs/configuration/module-config/mqtt.mdx index 56b62a91..b4f70b72 100644 --- a/docs/configuration/module-config/mqtt.mdx +++ b/docs/configuration/module-config/mqtt.mdx @@ -46,7 +46,7 @@ If true, we attempt to establish a secure connection using TLS. ### Root Topic -The root topic to use for MQTT messages. This is useful if you want to use a single MQTT server for multiple meshtastic networks and separate them via ACLs. Default is "msh". +The root topic to use for MQTT messages. This is useful if you want to use a single MQTT server for multiple meshtastic networks and separate them via ACLs. ## MQTT Module Config Client Availability @@ -97,7 +97,7 @@ All MQTT module config options are available in the python CLI. Example commands | mqtt.encryption_enabled | `true`, `false` | `false` | | mqtt.json_enabled | `true`, `false` | `false` | | mqtt.tls_enabled | `true`, `false` | `false` | -| mqtt.root | `string` | `msh` | +| mqtt.root | `string` | | :::tip