mirror of
https://github.com/openshwprojects/OpenBK7231T_App.git
synced 2026-02-10 15:35:29 +00:00
MQTT disable info added to gui
This commit is contained in:
@ -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());
|
||||
|
||||
Reference in New Issue
Block a user