Add multi-car success test, update feature descriptions, and enhance climate profile structure
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:
@ -643,6 +643,10 @@ func (v *Vehicle) UpdateClimateUserPresets() error {
|
||||
return nil
|
||||
}
|
||||
|
||||
func (v *Vehicle) DeleteClimateUserPresets() error {
|
||||
return nil
|
||||
}
|
||||
|
||||
// GetVehicleStatus .
|
||||
func (v *Vehicle) GetVehicleStatus() error {
|
||||
if !v.getRemoteOptionsStatus() {
|
||||
|
Reference in New Issue
Block a user