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
|
// UpdateClimateQuickPresets
|
||||||
// Updates the quick climate presets by fetching them from the MySubaru API.
|
// Updates the quick climate presets by fetching them from the MySubaru API.
|
||||||
|
// {"success":true,"data":null}
|
||||||
func (v *Vehicle) UpdateClimateQuickPresets() error {
|
func (v *Vehicle) UpdateClimateQuickPresets() error {
|
||||||
if !v.getRemoteOptionsStatus() {
|
if !v.getRemoteOptionsStatus() {
|
||||||
v.client.logger.Error(APP_ERRORS["SUBSCRIBTION_REQUIRED"])
|
v.client.logger.Error(APP_ERRORS["SUBSCRIBTION_REQUIRED"])
|
||||||
@ -532,13 +533,12 @@ func (v *Vehicle) UpdateClimateQuickPresets() error {
|
|||||||
"presetType": "userPreset",
|
"presetType": "userPreset",
|
||||||
"name": "Cooling",
|
"name": "Cooling",
|
||||||
"runTimeMinutes": "10",
|
"runTimeMinutes": "10",
|
||||||
"climateZoneFrontTemp": "70",
|
"climateZoneFrontTemp": "65",
|
||||||
"climateZoneFrontAirMode": "FEET_FACE_BALANCED",
|
"climateZoneFrontAirMode": "FEET_FACE_BALANCED",
|
||||||
"climateZoneFrontAirVolume": "5",
|
"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