From 80d5007cea330fb577eddf99c96fb07c41bd262d Mon Sep 17 00:00:00 2001 From: Maxim Prokhorov Date: Thu, 8 Aug 2024 18:43:39 +0300 Subject: [PATCH] mqtt: config required fields --- code/html/src/panel-mqtt.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/html/src/panel-mqtt.html b/code/html/src/panel-mqtt.html index 67554998..b453ef72 100644 --- a/code/html/src/panel-mqtt.html +++ b/code/html/src/panel-mqtt.html @@ -79,7 +79,7 @@
- + This is the root topic for this device. The following placeholders can be used: {hostname} and {mac} to dynamically set the value to the device hostname and MAC address respectively. Subscribe to <root>/# to see all published topics. @@ -121,7 +121,7 @@
- + JSON message will be sent to <root>/<name> topic (data by default).