Releases: timdorr/tesla-api
Releases · timdorr/tesla-api
v1.5.0
- Support for seat/steering wheel heater requests (#116 by @jor-dan)
- Add Sentry Mode command (#123 by @jor-dan)
- Retrieve refresh_token from the OAuth login (#136 by @beni)
v1.4.1
Small fix for streaming data. Sorry about the breakage!
v1.4.0
- Add
nearby_charging_sites
- Add
schedule_software_update
and cancel_software_update
- Add
navigation_request
- Add
charge_port_door_close
and test the open command.
- Test the data endpoint and remove the inactive sunroof tests. (Note: I'm keeping the nonfunctional API to avoid a breaking change. And maybe Tesla will turn it back on someday?)
v1.3.0
- Fix
open_frunk
- Add initial Autopark/Summon support
- Add speed limit commands (#73)
- Add new fields to streaming output (#39)
- Update
trunk_open
to actuate_trunk
(#77)
- Add User Agent headers to requests (#78)
v1.2.0
- Add
set_valet_mode
and reset_valet_pin
commands.
v1.1.0
- Adds
login!
to Client. Login is no longer automatic.
- Adds
token=
to Client. Supports the re-use of previous tokens.
v1.0.0
- Adds keyless/remote start functionality
- Includes endpoint for trunk opening (currently disabled by Tesla)
- Fills in test suite. Streaming API is still missing, but difficult to test because of
em-http-request
's nature.
v0.9.0
- Adds a test suite.
- We'll go 1.0 once the coverage is close to 100%
v0.1.0
- Initial conversion into a gem.