Disabled getting climate presets
All checks were successful
Golan Testing / testing (1.24.x, ubuntu-latest) (push) Successful in 23s

This commit is contained in:
2025-05-28 16:59:17 -04:00
parent b51092b1a7
commit c371a14fc2

View File

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