Skip to content

v2.0.0

Compare
Choose a tag to compare
@jonahwh jonahwh released this 18 Apr 04:40
· 11 commits to master since this release
76c0e81
  • 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)