Skip to main content
GET
Get Lock Status
Returns the current lock status for the specified charger. When locked, the charger is set to Unavailable in OCPP and will not accept new charging sessions.
charger
string
required
The UUID of the charger.

Response

enabled
boolean
Whether the charger is currently locked (unavailable).
interactable
boolean
Whether the lock can be toggled right now. This is false while any connector is in an active state (such as Charging, Preparing, Finishing, Reserved, Faulted, SuspendedEV, or SuspendedEVSE).