loadpoints
Get charging plan
Returns the current charging plan for this loadpoint.
get/loadpoints/{id}/plan
Path parameters
idinteger required
Loadpoint index starting at 1.
Example:1
Loadpoint index starting at 1
Response
Success
Example response
{
"planId": 1,
"power": 2500
}