curl "https://api.smartcar.com/v2.0/vehicles/{id}/{make}/climate/cabin" \ -H "Authorization: Bearer {token}" \ -X "GET"
{ "status": "ON", "temperature": 20 }
Returns the current state and target temperature setting of a vehicle’s cabin climate system.
tesla
read_climate
Was this page helpful?