Set climate settings
POST {{baseUrl}}/vehicles/:vin/interior/climate
Sets the climate controls for the connected car. Users must have the remote access feature enabled in their Connected Vehicle account or the action will not be authorized. If the car is on, the settings will be applied immediately. If the car is off, the settings will be saved and used in the next session.
Request Body
{"ac"=>true, "aim"=>["head", "feet"], "fanspeed"=>4, "recirc"=>true, "seats"=>"cool", "temp"=>"low"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"message":"climate set"}