Clear fault

View as Markdown

Send a simulated fault clear command to the selected charger. The charger transitions from Faulted back to Available on the specified EVSE and connector.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.
targetobjectRequired

Single-charger target for command endpoints that do not support locations.

eventobjectRequired
Command payload for clearing a fault.

Response

Fault cleared
msgstring
fault_typestring or null
evse_idinteger or null
connector_idinteger or null
statusstring or null

Errors

401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
422
Unprocessable Entity Error
500
Internal Server Error