@@ -12,7 +12,7 @@ import (
"time"
)
-const defaultTopicTemp = "device_message/{{.VendorId}}/{{.DeviceId}}"
+const defaultTopicTemp = "/device_message/{{.VendorId}}/{{.DeviceId}}"
const defaultTimeout = 5
// MQTTBrokerNode Publish incoming message payload to the topic of the configured MQTT broker with QoS AT_LEAST_ONCE.