Sha256: 194f9b8547d10aa1d79a6de9823a016c891345daa168c4c9206d9edf94835802
Contents?: true
Size: 429 Bytes
Versions: 9
Compression:
Stored size: 429 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_24_hour_time": false, "gui_charge_rate_units": "mi/hr", "gui_distance_units": "mi/hr", "gui_range_display": "Rated", "gui_temperature_units": "F", "timestamp": 1543187561462 } } ```
Version data entries
9 entries across 9 versions & 1 rubygems