- package protocol
- const (
- TopicGatherDataEnv = "gatherDataEnv"
- TopicGatherDataOpt = "gatherDataOpt"
- TopicGatherDataDG = "gatherDataDG"
- TopicSwitchStates = "switchStates"
- TopicLampBrightNess = "lampBrightNess"
- TopicLampControl = "lampControl"
- TopicSwitchControl = "switchControl"
- TopicTunnelTactics = "tunnelTactics"
- TopicTunnelTiming = "tunnelTiming"
- )
|