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