More climate profiles changes
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,7 +356,7 @@ func (c *Client) GetVehicles() []*Vehicle {
|
||||
}
|
||||
vehicle.GetVehicleStatus()
|
||||
vehicle.GetVehicleCondition()
|
||||
vehicle.GetClimatePresets()
|
||||
// vehicle.GetClimatePresets()
|
||||
vehicle.GetClimateUserPresets()
|
||||
vehicle.GetClimateQuickPresets()
|
||||
|
||||
@ -408,10 +408,12 @@ func (c *Client) GetVehicleByVIN(vin string) *Vehicle {
|
||||
vehicle.Windows = make(map[string]Window)
|
||||
vehicle.Tires = make(map[string]Tire)
|
||||
vehicle.ClimateProfiles = make(map[string]ClimateProfile)
|
||||
|
||||
vehicle.GetVehicleStatus()
|
||||
vehicle.GetVehicleCondition()
|
||||
vehicle.GetClimatePresets()
|
||||
// vehicle.GetClimatePresets()
|
||||
vehicle.GetClimateUserPresets()
|
||||
vehicle.GetClimateQuickPresets()
|
||||
}
|
||||
|
||||
return vehicle
|
||||
|
Reference in New Issue
Block a user