Some minor updates
All checks were successful
Golan Testing / testing (1.24.x, ubuntu-latest) (push) Successful in 24s

This commit is contained in:
2025-05-28 16:03:29 -04:00
parent bea9e214b0
commit b51092b1a7
2 changed files with 6 additions and 5 deletions

View File

@ -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