Cable Info ++++++++++ .. admonition:: Description. :class: seealso This message is only required if a cable is NOT permanently attached. If it is, then the rated_cable_current should be passed in as part of the OCPP configuration at startup. .. jsonschema:: ../../../schemas/CableInfoUpdate.json :hide_key: /**/additionalProperties Example:: { "id": "dd7de5f8-64b0-4796-9fd6-a428de018e21", "name": "cable_info", "type": "update", "data": { "connection_status": "connected" OR "disconnected" OR "unknown", "rated_cable_current": 13, # integer, value in Amperes. "lock": "locked" OR "unlocked" OR "unknown" OR "error", "evse_id": "DE*SEV*E123456789", } } ----------