mirror of
https://github.com/tobiasehlert/teslamateapi.git
synced 2026-02-27 09:54:18 +08:00
@@ -42,9 +42,9 @@ func TeslaMateAPICarsChargesDetailsV1(c *gin.Context) {
|
||||
}
|
||||
// FastChargerInfo struct - child of ChargeDetails
|
||||
type FastChargerInfo struct {
|
||||
FastChargerPresent bool `json:"fast_charger_present"` // bool
|
||||
FastChargerBrand string `json:"fast_charger_brand"` // string
|
||||
FastChargerType string `json:"fast_charger_type"` // string
|
||||
FastChargerPresent bool `json:"fast_charger_present"` // bool
|
||||
FastChargerBrand NullString `json:"fast_charger_brand"` // string
|
||||
FastChargerType string `json:"fast_charger_type"` // string
|
||||
|
||||
}
|
||||
// BatteryInfo struct - child of ChargeDetails
|
||||
|
||||
Reference in New Issue
Block a user