|
@@ -15,6 +15,8 @@
|
|
# Use periods as separators, just like Carbon expects them. If
|
|
# Use periods as separators, just like Carbon expects them. If
|
|
# this value is not specified, the MQTT topic name will be used,
|
|
# this value is not specified, the MQTT topic name will be used,
|
|
# with slashes (/) converted to dots (.)
|
|
# with slashes (/) converted to dots (.)
|
|
|
|
+# If the # character is present, it will be replaced by the
|
|
|
|
+# MQTT topic name with the points converted to slashes
|
|
|
|
|
|
n test/mosquitto/messages/load/received
|
|
n test/mosquitto/messages/load/received
|
|
n test/mosquitto/messages/load/#
|
|
n test/mosquitto/messages/load/#
|
|
@@ -24,6 +26,9 @@ n test/jp/j1
|
|
n $SYS/broker/load/messages/received/1min test.mosquitto.messages.load.received
|
|
n $SYS/broker/load/messages/received/1min test.mosquitto.messages.load.received
|
|
n $SYS/broker/load/messages/sent/1min test.mosquitto.messages.load.sent
|
|
n $SYS/broker/load/messages/sent/1min test.mosquitto.messages.load.sent
|
|
|
|
|
|
|
|
+# Will be sent to "homeautomation.sensor.temperature.bedroom"
|
|
|
|
+n sensor/temperature/bedroom homeautomation.#
|
|
|
|
+
|
|
j test/jp/j2
|
|
j test/jp/j2
|
|
|
|
|
|
j test/jp/j3 test.jp.json
|
|
j test/jp/j3 test.jp.json
|