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