post https://{tenantUrl}/public-api/actions/circuit/v2.0//set-circuit-soc-priorities
Set DLM priority based on the session's state of charge (SoC). The active priority will be used to either decrease or increase the energy used by the session's EVSE.
- If the SoC exceeds the
upperThresholdPercent
, then thehighSoCPriority
will be applied. - If the SoC is below the
lowerThresholdPercent
, then thelowSoCPriority
will be applied. - If neither of the above conditions is true, then the priority is set to 1.
You can provide either the upperThresholdPercent
with the highSoCPriority
or the lowerThresholdPercent
with the lowSoCPriority
or both pairs. When a lower or upper threshold is not set, the default priority of 1 will be used.