We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3f48211 + ac1e96f commit 0ec5e8aCopy full SHA for 0ec5e8a
mongoose-os/api/net/mqtt.md
@@ -50,6 +50,9 @@ The MQTT library adds `mqtt` section to the device configuration:
50
"user": "", // MQTT user name, if MQTT auth is used
51
"will_message": "", // MQTT last will message
52
"will_topic": "" // MQTT last will topic
53
+
54
+ "cloud_events": true, // Trigger cloud events when connected / disconnected"
55
+ "debug_use_log_level": false, // Use the original cs_log_level enum instead of stdout/stderr flag
56
}
57
```
58
0 commit comments