Skip to content

Commit cf75f22

Browse files
committed
Fix documentation
1 parent da344a7 commit cf75f22

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/manuals/admin/database_model.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,8 @@ Fields:
284284
is updated each time a notification is sent, to avoid violating throttling.
285285
- **throttling**: minimum interval between notifications. 0 or -1 means no throttling.
286286
- **reference**: the URL for notifications, either HTTP, MQTT or KAFKA
287-
- **topic**: MQTT topic (MQTT or KAFKA notifications)
287+
- **topic**: MQTT topic (MQTT notifications)
288+
- **kafkaTopic**: MQTT topic (KAFKA notifications)
288289
- **qos**: MQTT QoS value (only in MQTT notifications)
289290
- **retain**: MQTT retain value (only in MQTT notifications)
290291
- **entities**: an array of entities (mandatory). The JSON for each

0 commit comments

Comments
 (0)