Testing Climate Quick Presets parsing
All checks were successful
Golan Testing / testing (1.24.x, ubuntu-latest) (push) Successful in 25s

This commit is contained in:
2025-05-29 14:11:56 -04:00
parent d642b957d8
commit 2f3840e01b
2 changed files with 21 additions and 12 deletions

View File

@ -358,6 +358,7 @@ func (c *Client) GetVehicles() []*Vehicle {
vehicle.GetVehicleCondition()
vehicle.GetClimatePresets()
vehicle.GetClimateUserPresets()
vehicle.GetClimateQuickPresets()
vehicles = append(vehicles, vehicle)
}