Sha256: 472a593ae4ffa522365cb677b85f4bd7d959756e4e5f72f0d9b2343318324b9e

Contents?: true

Size: 430 Bytes

Versions: 1

Compression:

Stored size: 430 Bytes

Contents

# GUI Settings

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

Returns various information about the GUI settings of the car, such as unit format and range display.

### Response

```json
{
  "response": {
    "gui_distance_units": "mi/hr",
    "gui_temperature_units": "F",
    "gui_charge_rate_units": "mi/hr",
    "gui_24_hour_time": false,
    "gui_range_display": "Rated",
    "timestamp": 1538365490671
  }
}
```

Version data entries

1 entries across 1 versions & 1 rubygems

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