vehicles
Update repeating plans
Updates the repeating charging plan.
post/vehicles/{name}/plan/repeating
Path parameters
namestring required
Example:vehicle_1
Vehicle name
Request body
Example request
[
{
"soc": 60,
"time": "12:30",
"tz": "Europe/Berlin",
"weekdays": [
1,
3,
4
]
}
]Response
Success
Example response
[
{
"soc": 60,
"time": "12:30",
"tz": "Europe/Berlin",
"weekdays": [
1,
3,
4
]
}
]