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.GetVehicleStatus()
|
||||||
vehicle.GetVehicleCondition()
|
vehicle.GetVehicleCondition()
|
||||||
vehicle.GetClimatePresets()
|
// TODO: Temporary disabled for getting successful testing results
|
||||||
vehicle.GetClimateUserPresets()
|
// vehicle.GetClimatePresets()
|
||||||
|
// vehicle.GetClimateUserPresets()
|
||||||
|
|
||||||
vehicles = append(vehicles, vehicle)
|
vehicles = append(vehicles, vehicle)
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user