You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)