package protocol const ( TopicChanStatus = "chanStatus" //上报状态 TopicHighSpeed = "highSpeed" //超速时 TopicLowSpeed = "lowSpeed" //低速时 TopicSetControl = "setControl" //云台下发控制 )