Charging Station Connector ++++++++++++++++++++++++++ .. admonition:: Description. :class: seealso The message is used to set or get the status of the connector (plug) of the station. .. jsonschema:: ../../../schemas/CsConnectorRequest.json :hide_key: /**/additionalProperties Example:: { "id": "79ac862e-d0a7-4eef-98b5-c827be3bd669", "name": "cs_connector", "type": "request", "data": { "evse_id": "DE*SEV*E123456789", "connector_id": 1, "action": "lock" # "unlock", #"status" } } ---------- .. jsonschema:: ../../../schemas/CsConnectorResponse.json :hide_key: /**/additionalProperties Example:: { "id": "79ac862e-d0a7-4eef-98b5-c827be3bd669", "name": "cs_connector", "type": "response", "data": { "evse_id": "DE*SEV*E123456789", "connector_id": 1, "status": "locked" # "unlocked", "error" "info": None # optional field, we may fill with contactor info } }