protocol.go 322 B

12345678910
  1. package protocol
  2. const (
  3. TopicChanStatus = "chanStatus" //上报状态
  4. TopicHighSpeed = "highSpeed" //超速时
  5. TopicLowSpeed = "lowSpeed" //低速时
  6. TopicSetControl = "setControl" //云台下发控制
  7. TopicReportTime = "reportTime" //上报在线时间
  8. TopicOffline = "Offline" //上报在线时间
  9. )