Skip to content

Commit 0ec5e8a

Browse files
authored
Merge pull request #45 from markterrill/patch-6
Matching docu for a PR with new flags
2 parents 3f48211 + ac1e96f commit 0ec5e8a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

mongoose-os/api/net/mqtt.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,9 @@ The MQTT library adds `mqtt` section to the device configuration:
5050
"user": "", // MQTT user name, if MQTT auth is used
5151
"will_message": "", // MQTT last will message
5252
"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
5356
}
5457
```
5558

0 commit comments

Comments
 (0)