jsgoecke / tesla

Provides a wrapper around the API to easily query and command a Telsa car. As of now this has been used with a Model S, a Model X, and a Model 3.
MIT License
325 stars 72 forks source link

Implement data request #11

Closed jsgoecke closed 8 years ago

jsgoecke commented 8 years ago

https://github.com/timdorr/model-s-api/blob/master/lib/tesla_api/vehicle.rb#L142

jsgoecke commented 8 years ago

Already implemented here:

https://github.com/jsgoecke/tesla/blob/master/states.go#L207