curl "https://api.smartcar.com/v2.0/vehicles/{id}/{make}/compass" \ -H "Authorization: Bearer {token}" \ -X "GET"
{ "direction": "SW", "heading": 185 }
Returns the current compass heading and direction of the vehicle.
tesla
read_compass
Was this page helpful?