We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da344a7 commit cf75f22Copy full SHA for cf75f22
doc/manuals/admin/database_model.md
@@ -284,7 +284,8 @@ Fields:
284
is updated each time a notification is sent, to avoid violating throttling.
285
- **throttling**: minimum interval between notifications. 0 or -1 means no throttling.
286
- **reference**: the URL for notifications, either HTTP, MQTT or KAFKA
287
-- **topic**: MQTT topic (MQTT or KAFKA notifications)
+- **topic**: MQTT topic (MQTT notifications)
288
+- **kafkaTopic**: MQTT topic (KAFKA notifications)
289
- **qos**: MQTT QoS value (only in MQTT notifications)
290
- **retain**: MQTT retain value (only in MQTT notifications)
291
- **entities**: an array of entities (mandatory). The JSON for each
0 commit comments