|
func GetCommandTopic(deviceCode, productKey string) string {
|
|
func GetCommandTopic(deviceCode, productKey string) string {
|
|
topic := strings.Join([]string{TopicHeadThing, "down", "command", productKey, deviceCode}, "/")
|
|
topic := strings.Join([]string{TopicHeadThing, "down", "command", productKey, deviceCode}, "/")
|