Updated the way to parse doors and windows
All checks were successful
Golan Testing / testing (1.24.x, ubuntu-latest) (push) Successful in 22s
All checks were successful
Golan Testing / testing (1.24.x, ubuntu-latest) (push) Successful in 22s
This commit is contained in:
@ -404,6 +404,10 @@ func (c *Client) GetVehicleByVIN(vin string) *Vehicle {
|
||||
SubscriptionFeatures: vData.SubscriptionFeatures,
|
||||
client: c,
|
||||
}
|
||||
vehicle.Doors = make(map[string]Door)
|
||||
vehicle.Windows = make(map[string]Window)
|
||||
vehicle.Tires = make(map[string]Tire)
|
||||
vehicle.ClimateProfiles = make(map[string]ClimateProfile)
|
||||
vehicle.GetVehicleStatus()
|
||||
vehicle.GetVehicleCondition()
|
||||
// TODO: Temporary disabled for getting successful testing results
|
||||
|
Reference in New Issue
Block a user