protocol.go 253 B

12345678910
  1. package protocol
  2. const (
  3. TopicGatherDataEnv = "gatherDataEnv"
  4. TopicGatherDataOpt = "gatherDataOpt"
  5. TopicLampControl = "lampControl"
  6. TopicSwitchControl = "switchControl"
  7. TopicTunnelTactics = "tunnelTactics"
  8. TopicTunnelTiming = "tunnelTiming"
  9. )