More changes
All checks were successful
Golan Testing / testing (1.24.x, ubuntu-latest) (push) Successful in 26s

This commit is contained in:
2025-06-01 15:40:05 -04:00
parent 2f86d769fc
commit 265fe89b03
2 changed files with 5 additions and 1 deletions

View File

@ -232,7 +232,7 @@ type VehicleCondition struct {
EvStateOfChargeMode string `json:"evStateOfChargeMode,omitempty"` // null,
EvTimeToFullyCharged string `json:"evTimeToFullyCharged,omitempty"` // null,
EvStateOfChargePercent int `json:"evStateOfChargePercent,omitempty"` // null,
LastUpdatedTime string `json:"lastUpdatedTime,string"` // "2023-04-10T17:50:54+0000",
LastUpdatedTime string `json:"lastUpdatedTime"` // "2023-04-10T17:50:54+0000",
}
// ClimateSettings .