You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`mobile_enabled()`| checks if mobile access is enabled in the vehicle |
36
-
|`compose_image()`| composes a vehicle image based on vehicle option codes |
36
+
|`compose_image()`<sup>2</sup> | composes a vehicle image based on vehicle option codes |
37
37
|`dist_units()`| converts distance or speed units to GUI setting of the vehicle |
38
38
|`temp_units()`| converts temperature units to GUI setting of the vehicle |
39
39
|`decode_vin()`| decodes the vehicle identification number to a dict |
40
40
|`remote_start_drive()`| enables keyless drive (requires password to be set) |
41
41
|`command()`| wrapper around `api()` for vehicle command response error handling |
42
42
43
43
<sup>1</sup> Option codes appear to be deprecated. Vehicles return a generic set of codes related to a Model 3.
44
+
<sup>2</sup> Pass vehicle option codes to this method or the image may not be accurate.
44
45
45
46
Only `get_vehicle_summary()`, `option_code_list()`, `compose_image()` and `decode_vin()` are available when the vehicle is asleep or offline. These methods will not prevent your vehicle from sleeping. Other methods and API calls require the vehicle to be brought online by using `sync_wake_up()` and can prevent your vehicle from sleeping if called with too short a period.
0 commit comments