From 6604b8ccc3ea7fab3f32991759922ed10bb927e9 Mon Sep 17 00:00:00 2001 From: Alex Savin Date: Thu, 10 Jul 2025 16:22:18 -0400 Subject: [PATCH] Update climate control preset temperatures for improved user experience --- vehicle.go | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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",