Starting work on the Climate Profiles
All checks were successful
Golan Testing / testing (1.24.x, ubuntu-latest) (push) Successful in 23s
All checks were successful
Golan Testing / testing (1.24.x, ubuntu-latest) (push) Successful in 23s
This commit is contained in:
10
client.go
10
client.go
@ -356,9 +356,8 @@ func (c *Client) GetVehicles() []*Vehicle {
|
||||
}
|
||||
vehicle.GetVehicleStatus()
|
||||
vehicle.GetVehicleCondition()
|
||||
// TODO: Temporary disabled for getting successful testing results
|
||||
// vehicle.GetClimatePresets()
|
||||
// vehicle.GetClimateUserPresets()
|
||||
vehicle.GetClimatePresets()
|
||||
vehicle.GetClimateUserPresets()
|
||||
|
||||
vehicles = append(vehicles, vehicle)
|
||||
}
|
||||
@ -410,9 +409,8 @@ func (c *Client) GetVehicleByVIN(vin string) *Vehicle {
|
||||
vehicle.ClimateProfiles = make(map[string]ClimateProfile)
|
||||
vehicle.GetVehicleStatus()
|
||||
vehicle.GetVehicleCondition()
|
||||
// TODO: Temporary disabled for getting successful testing results
|
||||
// vehicle.GetClimatePresets()
|
||||
// vehicle.GetClimateUserPresets()
|
||||
vehicle.GetClimatePresets()
|
||||
vehicle.GetClimateUserPresets()
|
||||
}
|
||||
|
||||
return vehicle
|
||||
|
Reference in New Issue
Block a user