From 96be92aabec7521676d45b0bf2b184eced8b1766 Mon Sep 17 00:00:00 2001 From: Garth Vander Houwen Date: Sat, 3 Sep 2022 14:54:03 -0700 Subject: [PATCH] Update MQTT page with new setting --- docs/settings/moduleconfig/mqtt.mdx | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/settings/moduleconfig/mqtt.mdx b/docs/settings/moduleconfig/mqtt.mdx index 64a85414..f85963a5 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 canned message 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