Cable Check ++++++++++++++++++++++++++++++ .. admonition:: Description. :class: seealso Message sent from Josev to CS to request either a start or status of cable check operation. :class: important The request is sent in HLC-C communication periodically starting at CableCheck until PowerDelivery stop is requested. A lack of response to this message from the CS could lead to ending of the session. .. tip:: tip The frequency of cable check status requests is configurable. .. jsonschema:: ../../../schemas/CableCheckRequest.json :hide_key: /**/additionalProperties Example:: { "id": "57828133-8cfe-477d-b829-0b60aff90c2a", "name": "cable_check", "type": "request", "data": {"evse_id": "GB*SEV*E123456789", "cable_check_action": "start", # or "status" } } ---------- .. jsonschema:: ../../../schemas/CableCheckResponse.json :hide_key: /**/additionalProperties Example:: { "id": "57828133-8cfe-477d-b829-0b60aff90c2a", "name": "cable_check", "type": "response", "data": {"evse_id": "GB*SEV*E123456789", "cable_check_status": "finished", # or "ongoing" "isolation_level": "valid" # or one of invalid, fault, no_imd or warning. # Must be present if cable_check_status is set to finished. } }