bogosj / tesla

Provides a wrapper around the API to easily query and command a Telsa car.
Other
23 stars 18 forks source link

Use vehicle_data api (BC) #98

Closed andig closed 1 year ago

andig commented 1 year ago

Fix https://github.com/bogosj/tesla/issues/97

This PR uses the remaining vehicle_data api and renames StateRequest (which never was a request) correspondingly.

TODO:

andig commented 1 year ago

From what I could tell:

Working according to my tests.

/cc @bogosj could I get an additional confirmation?

bogosj commented 1 year ago

LGTM

tijszwinkels commented 1 year ago

Works well in my tests. Thanks for quick turnaround guys!