Skip to content
Snippets Groups Projects
Commit a612e168 authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Document new MQTT class (a work in progress)

parent 05955560
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
......@@ -366,6 +366,7 @@ if(js.global.CryptCert != undefined) {
document_object("CryptCert",ccert, "class");
}
}
if(js.global.MQTT !== undefined) document_object("MQTT", new MQTT, "class");
f.writeln("</ol>");
f.write(body);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment