topic.go 61 B

12345
  1. package mqtt
  2. const (
  3. TopicDeviceCamera = "device/camera"
  4. )