Notify Event ++++++++++++++++ .. _notify_event: This message allows OEM to notifiy events to the CSMS through OCPP, in particular error codes. Josev may also send notifications to the charging station using this message for diagnostic purposes. .. jsonschema:: ../../../schemas/NotifyEventUpdate.json :hide_key: /**/additionalProperties Example:: { "id": "123e4567-e89b-12d3-a456-426614174000", "name": "notify_event", "type": "update", "data": { "event_id": 1, "timestamp": "2023-10-01T12:00:00Z", "tech_code": "E001", # Optional "tech_info": "Overcurrent detected", # Optional "transaction_id": "abc123", # Optional "evse_id": "DE*SEV*E123456789" # Optional } } .. admonition:: Error Code Format Multiple possible error code formats may be used, and OEMs should ensure that the connected CSMS has support for their chosen format. Some versions of Josev services have experimental support for DIN DKE SPEC 99003.