From 32dfb8fb6e514f9618d96f109436aeda68654d1f Mon Sep 17 00:00:00 2001 From: Alex Savin Date: Thu, 10 Jul 2025 16:28:15 -0400 Subject: [PATCH] Update climateZoneFrontTemp preset value for improved cooling efficiency --- vehicle.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vehicle.go b/vehicle.go index 27cb928..78d09a0 100644 --- a/vehicle.go +++ b/vehicle.go @@ -512,6 +512,7 @@ func (v *Vehicle) GetClimateQuickPresets() error { // UpdateClimateQuickPresets // Updates the quick climate presets by fetching them from the MySubaru API. +// {"success":true,"data":null} func (v *Vehicle) UpdateClimateQuickPresets() error { if !v.getRemoteOptionsStatus() { v.client.logger.Error(APP_ERRORS["SUBSCRIBTION_REQUIRED"]) @@ -532,13 +533,12 @@ func (v *Vehicle) UpdateClimateQuickPresets() error { "presetType": "userPreset", "name": "Cooling", "runTimeMinutes": "10", - "climateZoneFrontTemp": "70", + "climateZoneFrontTemp": "65", "climateZoneFrontAirMode": "FEET_FACE_BALANCED", "climateZoneFrontAirVolume": "5", "outerAirCirculation": "outsideAir", "heatedRearWindowActive": "false", "heatedSeatFrontLeft": "HIGH_COOL", - "heatedSeatFrontRight": "HIGH_COOL", "airConditionOn": "false", "startConfiguration": "START_ENGINE_ALLOW_KEY_IN_IGNITION", // "canEdit": "true",