tdorssers / TeslaPy

A Python module to use the Tesla Motors Owner API
MIT License
374 stars 83 forks source link

How to call `mobile-app/*` endpoints? #126

Open mukundt opened 1 year ago

mukundt commented 1 year ago

I'm trying to access the Self Diagnostics feature, which I believe falls under mobile-app/macgyver/urgent-autodiag-result. But calling api('SERVICE_MACGYVER_DIAGNOSTIC_RESULT') returns a 404. Do I need to treat mobile-app/ endpoints differently?