Skip to content

Releases: jonahwh/tesla-api-client

v2.3.0

21 Feb 01:57
fda9785
Compare
Choose a tag to compare
  • Add remote_boombox endpoint
  • Add gui_tirepressure_units to GUI state response

v2.2.0

21 Feb 01:28
fc130f3
Compare
Choose a tag to compare
  • Added adjust_volume endpoint
  • Added set_vehicle_name endpoint

v2.1.1

21 Feb 01:27
ab89089
Compare
Choose a tag to compare
  • Fixed auto seat heater parameter name

v2.1.0

21 Feb 01:26
da4adc6
Compare
Choose a tag to compare
  • Updated to Swagger 3
  • Added remote_auto_seat_climate_request

v2.0.0

18 Apr 04:40
76c0e81
Compare
Choose a tag to compare
  • Updated to OpenAPI 3.0
  • Added three new endpoints: set_climate_keeper_mode, set_cabin_overheat_protection, and remote_seat_cooler_request

Breaking change
Signature for calls that have a request body has changed from VehicleCommandsApi.action(vehicle_id, requestBody) to VehicleCommandsApi.action(requestBody, vehicle_id)