Some minor updates
All checks were successful
Golan Testing / testing (1.24.x, ubuntu-latest) (push) Successful in 24s
All checks were successful
Golan Testing / testing (1.24.x, ubuntu-latest) (push) Successful in 24s
This commit is contained in:
@ -405,8 +405,9 @@ func (c *Client) GetVehicleByVIN(vin string) *Vehicle {
|
||||
}
|
||||
vehicle.GetVehicleStatus()
|
||||
vehicle.GetVehicleCondition()
|
||||
vehicle.GetClimatePresets()
|
||||
vehicle.GetClimateUserPresets()
|
||||
// TODO: Temporary disabled for getting successful testing results
|
||||
// vehicle.GetClimatePresets()
|
||||
// vehicle.GetClimateUserPresets()
|
||||
}
|
||||
|
||||
return vehicle
|
||||
|
Reference in New Issue
Block a user