vehicles
Set a SoC-based charging plan
Create charging plan with fixed time and SoC target.
post/vehicles/{name}/plan/soc/{soc}/{timestamp}
Path parameters
namestring required
Example:vehicle_1
Vehicle name
socnumber required
SOC in %
Example:60
SOC in %
timestampstring date-time required
Timestamp in RFC3339 format
Timestamp in RFC3339 format
Response
Success
Example response
{
"soc": 60
}