timdorr / tesla-api

🚘 A Ruby gem and unofficial documentation of Tesla's JSON API for the Model S, 3, X, and Y.
https://tesla-api.timdorr.com/
MIT License
1.99k stars 532 forks source link

Update `ownerapi_endpoints.json` to `v4.21.0-1717` & Update Docs 🔗📚 #724

Closed core-hacked closed 1 year ago

core-hacked commented 1 year ago

Changes:

Notes: Two unknown states have been added/used by the app. closures_state and location_state. Location State might change if the car is in motion, someone needs to check that, I haven't had the time to check yet. Maybe Car/Config related. What closures state is, I have no idea.

Owner API endpoint notes: Just BFF endpoints. No breaking changes or new endpoints on ownerapi url.

timdorr commented 1 year ago

I cherry-picked the endpoints updates for now. I'm going to mull over these larger changes for a sec. I just want to be sure we've got things organized in the right way, so it's not overwhelming or confusing for new users.

core-hacked commented 1 year ago

I cherry-picked the endpoints updates for now. I'm going to mull over these larger changes for a sec. I just want to be sure we've got things organized in the right way, so it's not overwhelming or confusing for new users.

When I get the time I will move the doc changes to a separate PR so there are no unrelated/already merged commits. For now this can stay open. I will make a new PR once the above is done.

Kind Regards!

core-hacked commented 1 year ago

Doc changes now in #725