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.98k stars 532 forks source link

Update Software Update Response #727

Closed core-hacked closed 1 year ago

core-hacked commented 1 year ago

Changes:


NEW:

{
  "expected_duration_sec": 3000,
  "reason": "",
  "result": true,
  "scheduled_time_ms": 1685735308001,
  "status": "scheduled",
  "warning_time_remaining_ms": 120000
}

OLD:

{
  "reason": "",
  "result": true
}
timdorr commented 1 year ago

Thanks!