Connector and Charging ++++++++++++++++++++++ .. admonition:: Description. :class: seealso Signal the change of status or charging state of a connector. .. warning:: This message will be depricated in the next release. Please use the `ChangeAvailabilityUpdate` message instead. .. jsonschema:: ../../../schemas/ConnectorAndChargingUpdate.json :hide_key: /**/additionalProperties Example:: { "id": "86bfba63-a44f-40cc-8b4b-dc4c9d771e52", "name": "connector_and_charging", "type": "update", "data": { "evse_id": "DE*SEV*E123456789", "connector_id": 1, "connector_status": "occupied" # or available, unavailable, reserved, faulted "charging_status": "ev_connected" # or suspended_ev, suspended_evse, charging, idle }, }