protocol.go 217 B

123456789
  1. package protocol
  2. const (
  3. TopicChanStatus = "chanStatus" //上报状态
  4. TopicHighSpeed = "highSpeed" //超速时
  5. TopicLowSpeed = "lowSpeed" //低速时
  6. TopicSetControl = "setControl" //云台下发控制
  7. )