Disabled getting climate presets
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:
@ -356,8 +356,9 @@ func (c *Client) GetVehicles() []*Vehicle {
|
||||
}
|
||||
vehicle.GetVehicleStatus()
|
||||
vehicle.GetVehicleCondition()
|
||||
vehicle.GetClimatePresets()
|
||||
vehicle.GetClimateUserPresets()
|
||||
// TODO: Temporary disabled for getting successful testing results
|
||||
// vehicle.GetClimatePresets()
|
||||
// vehicle.GetClimateUserPresets()
|
||||
|
||||
vehicles = append(vehicles, vehicle)
|
||||
}
|
||||
|
Reference in New Issue
Block a user