Sun.go 244 B

12345678
  1. package dao
  2. type Sun struct {
  3. DeviceId string `json:"deviceId"`
  4. BatteryVoltage float64 `json:"batteryVoltage"`
  5. BatteryCurrent int `json:"batteryCurrent"`
  6. BatteryPlateVoltage float64 `json:"batteryPlateVoltage"`
  7. }