Browse Source

fix: updated mqtt description (#647)

pull/653/head
Dan Ditomaso 12 months ago
committed by GitHub
parent
commit
78e1d1f81a
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 6
      src/i18n/locales/en/moduleConfig.json

6
src/i18n/locales/en/moduleConfig.json

@ -253,12 +253,12 @@
"description": "MQTT root topic to use for default/custom servers"
},
"proxyToClientEnabled": {
"label": "Proxy to Client Enabled",
"description": "Use the client's internet connection for MQTT (feature only active in mobile apps)"
"label": "MQTT Client Proxy Enabled",
"description": "Utilizes the network connection to proxy MQTT messages to the client."
},
"mapReportingEnabled": {
"label": "Map Reporting Enabled",
"description": "Enable or disable map reporting"
"description": "Your node will periodically send an unencrypted map report packet to the configured MQTT server, this includes id, short and long name, approximate location, hardware model, role, firmware version, LoRa region, modem preset and primary channel name."
},
"mapReportSettings": {
"publishIntervalSecs": {

Loading…
Cancel
Save