A bit more changes
All checks were successful
Golan Testing / testing (1.24.x, ubuntu-latest) (push) Successful in 23s

This commit is contained in:
2025-05-29 23:01:07 -04:00
parent f3093d3002
commit 54005c36e5

View File

@ -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() {
if v.getRemoteOptionsStatus() {
v.selectVehicle()
@ -473,7 +474,6 @@ func (v *Vehicle) GetClimateQuickPresets() {
}
// GetClimatePresets .
// Used while user uses "quick start engine" button in the app
func (v *Vehicle) GetClimatePresets() {
if v.getRemoteOptionsStatus() {
v.selectVehicle()