Skip to content
EN | DE

Enable threshold-delay

POST
/loadpoints/{id}/enable/delay/{delay}
curl --request POST \
--url https://demo.evcc.io/api/loadpoints/1/enable/delay/60

Delay before charging starts in solar mode.

More information

id
required

Loadpoint index starting at 1.

integer
>= 1
Example
1

Loadpoint index starting at 1

delay
required

Duration in seconds.

integer
Example
60

Duration in seconds.

Success - Number result - Unit is nanoseconds

Media type application/json
object
result
integer
Example generated
{
"result": 1
}