Welcome to Tesla Motors Club
Discuss Tesla's Model S, Model 3, Model X, Model Y, Cybertruck, Roadster and More.
Register

Search results

  1. I

    Things my wife said about Navigate on Autopilot tonight

    It is not just AP - it is the 'dumb' cruise control as well. I am pretty sure it is something like int speed in the code somewhere, and pull request to fix this is simply too large to complete.
  2. I

    Standard Range 'downgrade'

    I just received the promised firmware update on my model 3. Here is a diff from vehicle info json. Note the new removal of perf_config, and addition of use_range_badging parameters. $ diff -u before.json after.json | grep -v timestamp | grep -v id --- before.json 2019-06-21...
  3. I

    Concerns about Tesla API Token process

    @HarmOtten, you probably already figured it out, but JIC - I was researching the same topic, and I have found OAUTH token revocation RFC very helpful: RFC 7009 - OAuth 2.0 Token Revocation. Quick summary: you simply need to send the token you need to revoke as URL-encoded parameter in the body...