dtu_device.go 94 B

1234567
  1. package iotStruct
  2. type DtuDevice struct {
  3. SN string
  4. Name string
  5. Config *DtuConfig
  6. }