From eaf2453459549a09ba04d98a60c238ac6f406df6 Mon Sep 17 00:00:00 2001 From: Foster Irwin Date: Wed, 26 Jan 2022 15:39:38 -0700 Subject: [PATCH] added mqtt_password --- docs/software/settings/mqtt.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/software/settings/mqtt.md b/docs/software/settings/mqtt.md index 913d40a9..8d39c25f 100644 --- a/docs/software/settings/mqtt.md +++ b/docs/software/settings/mqtt.md @@ -27,6 +27,7 @@ Be sure to checkout this [MQTT](https://meshtastic.org/docs/software/other/mqtt) | :-----------------: | :---------------: | :-----: | | mqtt_disabled | `true`, `false` | `false` | | mqtt_server | `string` | `""` | +| mqtt_password | `string` | `""` | | is_uplink_enabled | `true`, `false` | `false` | | is_downlink_enabled | `true`, `false` | `false` | @@ -38,6 +39,10 @@ If a meshtastic node is able to reach the internet it will normally attempt to g The server to use for our MQTT global message gateway feature. If not set, the default server will be used +### mqtt_password + +MQTT password to use (most useful for a custom MQTT server). If using a custom server, this will be honoured even if empty. If using the default server, this will only be honoured if set, otherwise the device will use the default password (TODO - find default password). + ### is_uplink_enabled This is a channel specific setting. If your channel has this set to `true` and you are connected to WiFi, the device will forward along messages to whatever MQTT server is specified in `mqtt_server`.