Create or replace a charger-level limit lock
Creates a time-windowed power limit + lock for a single connector.
While the window is ACTIVE, this connector is treated as
priority-locked: it is excluded from normal load management and runs
unthrottled up to limitKw. It is only throttled (never below its 6A
minimum) as a last resort if the location is otherwise over its grid
limit.
Authorizations
Per-tenant API key. Tenant is derived from the key — never from the request.
Body
ISO-8601 UTC timestamp. Required.
"2026-06-12T08:00:00Z"
ISO-8601 UTC timestamp. Must be after startTime and in the future. Required.
"2026-06-12T18:00:00Z"
Power limit in kW. Must be greater than 0. Required.
50
OCPP-stack-style priority level, 0 (lowest) to 10 (highest). Submitting a profile at a priority that already exists for this target replaces it.
0 <= x <= 105

