get https://api.tessie.com//state
Returns the latest state of a vehicle.
If use_cache is true (default), this call always returns a complete set of data and doesn't impact vehicle sleep. If the vehicle is awake, the data is usually less than 15 seconds old. If the vehicle is asleep, the data is from the time the vehicle went to sleep.
If use_cache is false, this call retrieves data using a live connection, which may return {"state": "asleep"}
or network errors depending on vehicle connectivity.