Sha256: ad003a043f79e345b44ccaba6b4bb3c44a026b972aecc58007d6d62739fbfc9a

Contents?: true

Size: 504 Bytes

Versions: 1

Compression:

Stored size: 504 Bytes

Contents

# Drive State

## GET `/api/1/vehicles/{id}/data_request/drive_state`

Returns the driving and position state of the vehicle.

### Response

```json
{
  "response": {
    "shift_state": null,
    "speed": null,
    "power": 0,
    "latitude": 33.111111,
    "longitude": -88.111111,
    "heading": 5,
    "gps_as_of": 1538365363,
    "native_location_supported": 1,
    "native_latitude": 33.111111,
    "native_longitude": -88.111111,
    "native_type": "wgs",
    "timestamp": 1538365436098
  }
}
```

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
tesla_api-1.3.0 docs/vehicle/state/drivestate.md