Skip to content

Commit

Permalink
FIX listen only to test topic
Browse files Browse the repository at this point in the history
  • Loading branch information
fgalan committed Sep 6, 2023
1 parent 439a556 commit 1f07a16
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Custom notification MQTT with NGSI payload mapping attribute constant compound v
--SHELL-INIT--
dbInit CB
brokerStart CB
accumulatorStart --pretty-print --mqttHost ${MQTT_HOST} --mqttPort ${MQTT_PORT} --mqttTopic "#"
accumulatorStart --pretty-print --mqttHost ${MQTT_HOST} --mqttPort ${MQTT_PORT} --mqttTopic "topic1"

--SHELL--

Expand Down

0 comments on commit 1f07a16

Please sign in to comment.