Releases: jonahwh/tesla-api-client
Releases · jonahwh/tesla-api-client
v2.3.0
v2.2.0
v2.1.1
v2.1.0
v2.0.0
- Updated to OpenAPI 3.0
- Added three new endpoints:
set_climate_keeper_mode
,set_cabin_overheat_protection,
andremote_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)