Update climate control preset temperatures for improved user experience
All checks were successful
Golan Testing / testing (1.24.x, ubuntu-latest) (push) Successful in 23s
All checks were successful
Golan Testing / testing (1.24.x, ubuntu-latest) (push) Successful in 23s
This commit is contained in:
@ -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",
|
||||
|
Reference in New Issue
Block a user