added mqtt_password

This commit is contained in:
Foster Irwin 2022-01-26 15:39:38 -07:00
parent bac23a3689
commit eaf2453459

View file

@ -27,6 +27,7 @@ Be sure to checkout this [MQTT](https://meshtastic.org/docs/software/other/mqtt)
| :-----------------: | :---------------: | :-----: | | :-----------------: | :---------------: | :-----: |
| mqtt_disabled | `true`, `false` | `false` | | mqtt_disabled | `true`, `false` | `false` |
| mqtt_server | `string` | `""` | | mqtt_server | `string` | `""` |
| mqtt_password | `string` | `""` |
| is_uplink_enabled | `true`, `false` | `false` | | is_uplink_enabled | `true`, `false` | `false` |
| is_downlink_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 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 ### 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`. 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`.