A bit more 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:
@ -429,7 +429,8 @@ func (v *Vehicle) GetLocation(force bool) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// GetClimateQuickPresets .
|
// GetClimateQuickPresets
|
||||||
|
// Used while user uses "quick start engine" button in the app
|
||||||
func (v *Vehicle) GetClimateQuickPresets() {
|
func (v *Vehicle) GetClimateQuickPresets() {
|
||||||
if v.getRemoteOptionsStatus() {
|
if v.getRemoteOptionsStatus() {
|
||||||
v.selectVehicle()
|
v.selectVehicle()
|
||||||
@ -473,7 +474,6 @@ func (v *Vehicle) GetClimateQuickPresets() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// GetClimatePresets .
|
// GetClimatePresets .
|
||||||
// Used while user uses "quick start engine" button in the app
|
|
||||||
func (v *Vehicle) GetClimatePresets() {
|
func (v *Vehicle) GetClimatePresets() {
|
||||||
if v.getRemoteOptionsStatus() {
|
if v.getRemoteOptionsStatus() {
|
||||||
v.selectVehicle()
|
v.selectVehicle()
|
||||||
|
Reference in New Issue
Block a user