|
@@ -47,7 +47,7 @@ type MqttClient struct {
|
|
|
|
|
|
const (
|
|
const (
|
|
ShareSubTopicPrefix = "$share/sparrow.agent/"
|
|
ShareSubTopicPrefix = "$share/sparrow.agent/"
|
|
- TopicConnectStatus = ShareSubTopicPrefix + "$SYS/brokers/+/clients/#"
|
|
|
|
|
|
+ TopicConnectStatus = ShareSubTopicPrefix + "$SYS/brokers/+/clients/"
|
|
TopicThing = ShareSubTopicPrefix + protocol.TopicHeadThing + "/up/#"
|
|
TopicThing = ShareSubTopicPrefix + protocol.TopicHeadThing + "/up/#"
|
|
TopicOta = ShareSubTopicPrefix + protocol.TopicHeadOta + "/up/#"
|
|
TopicOta = ShareSubTopicPrefix + protocol.TopicHeadOta + "/up/#"
|
|
TopicConfig = ShareSubTopicPrefix + protocol.TopicHeadConfig + "/up/#"
|
|
TopicConfig = ShareSubTopicPrefix + protocol.TopicHeadConfig + "/up/#"
|