Update climate control settings for improved performance and user comfort
All checks were successful
Golan Testing / testing (1.24.x, ubuntu-latest) (push) Successful in 22s
All checks were successful
Golan Testing / testing (1.24.x, ubuntu-latest) (push) Successful in 22s
This commit is contained in:
12
vehicle.go
12
vehicle.go
@ -220,13 +220,13 @@ func (v *Vehicle) EngineStart(run, delay int, horn bool) (chan string, error) {
|
||||
"horn": strconv.FormatBool(horn),
|
||||
"climateSettings": "climateSettings", // climateSettings
|
||||
"climateZoneFrontTemp": "65", // 60-86
|
||||
"climateZoneFrontAirMode": "WINDOW", // FEET_FACE_BALANCED | FEET_WINDOW | WINDOW | FEET
|
||||
"climateZoneFrontAirVolume": "6", // 1-7
|
||||
"heatedSeatFrontLeft": "OFF", // OFF | LOW_HEAT | MEDIUM_HEAT | HIGH_HEAT | LOW_COOL | MEDIUM_COOL | HIGH_COOL
|
||||
"heatedSeatFrontRight": "OFF", // ---//---
|
||||
"heatedRearWindowActive": "true", // boolean
|
||||
"climateZoneFrontAirMode": "FEET_WINDOW", // FEET_FACE_BALANCED | FEET_WINDOW | WINDOW | FEET
|
||||
"climateZoneFrontAirVolume": "7", // 1-7
|
||||
"heatedSeatFrontLeft": "HIGH_COOL", // OFF | LOW_HEAT | MEDIUM_HEAT | HIGH_HEAT | LOW_COOL | MEDIUM_COOL | HIGH_COOL
|
||||
"heatedSeatFrontRight": "HIGH_COOL", // ---//---
|
||||
"heatedRearWindowActive": "false", // boolean
|
||||
"outerAirCirculation": "outsideAir", // outsideAir | recirculation
|
||||
"airConditionOn": "false", // boolean
|
||||
"airConditionOn": "true", // boolean
|
||||
"runTimeMinutes": strconv.Itoa(run), // 1-10
|
||||
"startConfiguration": startConfig, // START_ENGINE_ALLOW_KEY_IN_IGNITION | ONLY FOR PHEV > START_CLIMATE_CONTROL_ONLY_ALLOW_KEY_IN_IGNITION
|
||||
}
|
||||
|
Reference in New Issue
Block a user