vehicles
Set minimum SoC
Vehicle will be fast-charged until this SoC is reached.
post/vehicles/{name}/minsoc/{soc}
Path parameters
namestring required
Example:vehicle_1
Vehicle name
socnumber required
SOC in %
Example:60
SOC in %
Response
Success - Soc result
Example response
{
"soc": 60
}