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",
|
"presetType": "userPreset",
|
||||||
"name": "Cooling",
|
"name": "Cooling",
|
||||||
"runTimeMinutes": "10",
|
"runTimeMinutes": "10",
|
||||||
"climateZoneFrontTemp": "65",
|
"climateZoneFrontTemp": "70",
|
||||||
"climateZoneFrontAirMode": "FEET_FACE_BALANCED",
|
"climateZoneFrontAirMode": "FEET_FACE_BALANCED",
|
||||||
"climateZoneFrontAirVolume": "7",
|
"climateZoneFrontAirVolume": "5",
|
||||||
"outerAirCirculation": "outsideAir",
|
"outerAirCirculation": "outsideAir",
|
||||||
"heatedRearWindowActive": "false",
|
"heatedRearWindowActive": "false",
|
||||||
"heatedSeatFrontLeft": "HIGH_COOL",
|
"heatedSeatFrontLeft": "HIGH_COOL",
|
||||||
|
"heatedSeatFrontRight": "HIGH_COOL",
|
||||||
"airConditionOn": "false",
|
"airConditionOn": "false",
|
||||||
"startConfiguration": "START_ENGINE_ALLOW_KEY_IN_IGNITION",
|
"startConfiguration": "START_ENGINE_ALLOW_KEY_IN_IGNITION",
|
||||||
// "canEdit": "true",
|
// "canEdit": "true",
|
||||||
|
Reference in New Issue
Block a user