Start the climate control (HVAC) system. Will cool or heat automatically, depending on set temperature.
{"reason": "","result": true}
Stop the climate control (HVAC) system.
{"reason": "","result": true}
Sets the target temperature for the climate control (HVAC) system.
Note: Despite accepting two parameters, only the driver_temp
will be used to set the target temperature.
Note: The parameters are always in celsius, regardless of the region the car is in or the display settings of the car.
Parameter | Example | Description |
driver_temp | 23.4 | The desired temperature on the driver's side in celsius. |
passenger_temp | 23.4 | The desired temperature on the passenger's side in celsius. |
{"reason": "","result": true}
Toggles the climate controls between Max Defrost and the previous setting.
Parameter | Example | Description |
on | true | True to turn on, false to turn off. |
{"reason": "","result": true}
Sets the specified seat's heater level.
Parameter | Example | Description |
heater | 0 | The desired seat to heat. (0-5) |
level | 3 | The desired level for the heater. (0-3) |
The heater
parameter maps to the following seats:
Number | Seat |
0 | Front Left |
1 | Front right |
2 | Rear left |
4 | Rear center |
5 | Rear right |
{"reason": "","result": true}
Turn steering wheel heater on or off.
Parameter | Example | Description |
on | true | True to turn on, false to turn off. |
{"reason": "","result": true}