Set Climate
POST {{baseUrl}}/interior/climate
Sets the climate controls for the connected car. Users must have the remote access feature enabled in their Performance Motors 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 |
---|---|---|---|
x-mock-response-name | string | This tells the mock server which response to return when multiple example responses are present. This is a Postman-only feature and not applicable to the live API. | |
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"message":"climate set"}