Some changes
All checks were successful
Golan Testing / testing (1.24.x, ubuntu-latest) (push) Successful in 25s
All checks were successful
Golan Testing / testing (1.24.x, ubuntu-latest) (push) Successful in 25s
This commit is contained in:
@ -356,6 +356,7 @@ func (c *Client) GetVehicles() []*Vehicle {
|
||||
}
|
||||
vehicle.GetVehicleStatus()
|
||||
vehicle.GetVehicleCondition()
|
||||
vehicle.GetVehicleHealth()
|
||||
vehicle.GetClimatePresets()
|
||||
vehicle.GetClimateUserPresets()
|
||||
vehicle.GetClimateQuickPresets()
|
||||
@ -411,6 +412,7 @@ func (c *Client) GetVehicleByVIN(vin string) *Vehicle {
|
||||
|
||||
vehicle.GetVehicleStatus()
|
||||
vehicle.GetVehicleCondition()
|
||||
vehicle.GetVehicleHealth()
|
||||
vehicle.GetClimatePresets()
|
||||
vehicle.GetClimateUserPresets()
|
||||
vehicle.GetClimateQuickPresets()
|
||||
|
Reference in New Issue
Block a user