Control Pilot Status ++++++++++++++++++++ .. admonition:: Description. :class: seealso Used by the CS to inform JOSEV about changes in the CP status. .. tip:: Josev's SLAC subscribes to **cs/josev** and filters for **cp_status** message OCPP subscribes to **cs/josev** and filters for **cp_status** message. .. jsonschema:: ../../../schemas/CpStatusUpdate.json :hide_key: /**/additionalProperties Example:: { "id": "b7973c02-187d-4bb0-a3cd-ed2851ac47f6", "name": "cp_status", "type": "update", "data": { "evse_id": "DE*SEV*E123456789", "connector_id": 1, "state": "A1", "max_voltage": 12.0, # float Optional "min_voltage": 0.05, # float Optional "duty_cycle": 100.0 # float Optional } }