protocol.go 375 B

12345678910111213
  1. package protocol
  2. const (
  3. TopicGatherDataEnv = "gatherDataEnv"
  4. TopicGatherDataOpt = "gatherDataOpt"
  5. TopicGatherDataDG = "gatherDataDG"
  6. TopicSwitchStates = "switchStates"
  7. TopicLampBrightNess = "lampBrightNess"
  8. TopicLampControl = "lampControl"
  9. TopicSwitchControl = "switchControl"
  10. TopicTunnelTactics = "tunnelTactics"
  11. TopicTunnelTiming = "tunnelTiming"
  12. )