package dao type Sun struct { DeviceId string `json:"deviceId"` BatteryVoltage float64 `json:"batteryVoltage"` BatteryCurrent int `json:"batteryCurrent"` BatteryPlateVoltage float64 `json:"batteryPlateVoltage"` }