Control Request
Single endpoint accepting all control command types. Since processing is
asynchronous, the HTTP response only reflects whether the request was
accepted for processing (authenticated, well-formed) — the actual outcome
of applying the request is delivered later as a controlResponse message
correlated by request_id.
Rate limiting
Limited to 1 request every 5 seconds, tracked independently for each connector and action — i.e. SET_EVSE_INPUT_LIMIT
is tracked separately from CLEAR_EVSE_INPUT_LIMIT and individually per asset. Exceeding it produces a controlResponse with
result: TOO_MANY_REQUESTS.
WSS