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

This commit is contained in:
2025-05-31 21:15:04 -04:00
parent d66d529fa9
commit 2542993b9f
3 changed files with 31 additions and 15 deletions

View File

@ -285,6 +285,10 @@ type ErrorResponse struct {
// startConfiguration: [ START_CLIMATE_CONTROL_ONLY_ALLOW_KEY_IN_IGNITION | START_ENGINE_ALLOW_KEY_IN_IGNITION ]
// runTimeMinutes: [ 10 ]
type VehicleHealth struct {
VehicleHealthItems []VehicleHealthItem `json:"vehicleHealthItems"`
LastUpdatedDate int64 `json:"lastUpdatedDate"`
}
type VehicleHealthItem struct {
B2cCode string `json:"b2cCode"`
FeatureCode string `json:"featureCode"`