diff --git a/vehicle.go b/vehicle.go index b1bb1e0..27cb928 100644 --- a/vehicle.go +++ b/vehicle.go @@ -532,12 +532,13 @@ func (v *Vehicle) UpdateClimateQuickPresets() error { "presetType": "userPreset", "name": "Cooling", "runTimeMinutes": "10", - "climateZoneFrontTemp": "65", + "climateZoneFrontTemp": "70", "climateZoneFrontAirMode": "FEET_FACE_BALANCED", - "climateZoneFrontAirVolume": "7", + "climateZoneFrontAirVolume": "5", "outerAirCirculation": "outsideAir", "heatedRearWindowActive": "false", "heatedSeatFrontLeft": "HIGH_COOL", + "heatedSeatFrontRight": "HIGH_COOL", "airConditionOn": "false", "startConfiguration": "START_ENGINE_ALLOW_KEY_IN_IGNITION", // "canEdit": "true",