Notify Event ++++++++++++++++ .. _notify_event: This message allows OEM to notifiy events to the CSMS through OCPP, in particular error codes. .. 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 } }