Ga naar hoofdinhoud

GridLimitSchedulePostRequest

start_timestampintegerrequired

in UTC Unix epoch (seconds), must be aligned to a quarter hour (mm ∈ {00, 15, 30, 45}) and be ≥ 15 minutes in the future at time of request.

end_timestampintegerrequired

in UTC Unix epoch (seconds), must be aligned to a quarter hour, strictly greater than start_timestamp, and on or before 00:00:00 UTC on the 8th calendar day from now (allowing scheduling up to 7 days ahead).

delivery_limit_wattsintegerrequired

Possible values: >= 0

return_delivery_limit_wattsintegerrequired

Possible values: >= 0

GridLimitSchedulePostRequest
{
"start_timestamp": 0,
"end_timestamp": 0,
"delivery_limit_watts": 0,
"return_delivery_limit_watts": 0
}