MQTT disable info added to gui

This commit is contained in:
Tester23
2023-08-27 08:25:30 +02:00
parent 1141d42325
commit c4fb653746

View File

@ -987,6 +987,7 @@ int http_fn_cfg_mqtt(http_request_t* request) {
http_setup(request, httpMimeTypeHTML);
http_html_start(request, "MQTT");
poststr_h2(request, "Use this to connect to your MQTT");
poststr_h4(request, "To disable MQTT, clear the host field.");
hprintf255(request, "<h4>Command topic: cmnd/%s/[Command]</h4>", CFG_GetMQTTClientId());
hprintf255(request, "<h4>Publish data topic: %s/[Channel]/get</h4>", CFG_GetMQTTClientId());
hprintf255(request, "<h4>Receive data topic: %s/[Channel]/set</h4>", CFG_GetMQTTClientId());