diff --git a/docs/settings/moduleconfig/mqtt.mdx b/docs/settings/moduleconfig/mqtt.mdx index 64a85414..5606b537 100644 --- a/docs/settings/moduleconfig/mqtt.mdx +++ b/docs/settings/moduleconfig/mqtt.mdx @@ -9,7 +9,7 @@ import TabItem from '@theme/TabItem'; If your device is connected to WiFi you can enable it to forward packets along to an MQTT server. This allows users on the local mesh to communicate with users on the internet. -The canned message module config options are: Enabled, Server Address, Username, Password and Encryption Enabled. MQTT Module config uses an admin message sending a `ConfigModule.MQTT` protobuf. +The MQTT module config options are: Enabled, Server Address, Username, Password, Encryption Enabled and JSON Enabled. MQTT Module config uses an admin message sending a `ConfigModule.MQTT` protobuf. ## Settings @@ -35,6 +35,10 @@ MQTT password to use (most useful for a custom MQTT server). If using a custom s Whether to send encrypted or decrypted packets to MQTT. This parameter is only honoured if you also set server (the default official mqtt.meshtastic.org server can handle encrypted packets) Decrypted packets may be useful for external systems that want to consume meshtastic packets. +### JSON Enabled + +Enable the sending / consumption of JSON packets on MQTT. These packets are not encrypted, but offer an easy way to integrate with systems that can read JSON. + ## MQTT Module Config Client Availability