Version 2023-04-15
Released
A new version of the Vehicle Smart Charging Plan API has been released, which adds new failure conditions.
Endpoint | Change description |
---|---|
GET /vehicles/{vehicleId}/smart-charging-plans/{smartChargingPlanId} | CHARGE_INTERRUPTED and FINISHED_EARLY have been added to the failureCondition enum. Review your code to ensure that it can handle these new failure conditions. This change should not affect any existing functionality. CHARGE_INTERRUPTED indicates that the charging process was interrupted before completion, while FINISHED_EARLY indicates that the charging process was completed more than 90 minutes earlier than planned. |
Pass 2023-04-15
as your version header to use this new version.