ISO15118 Message ++++++++++++++++ .. admonition:: Description. :class: seealso Message which contains the raw json of an ISO15118 message, sent from ISO15118 to OCPP for display in the CSMS. .. jsonschema:: ../../../schemas/Iso15118MessageUpdate.json :hide_key: /**/additionalProperties Example:: { "id": "2b0aa109-21a1-4f2f-bdbd-6cdf139e7bb1", "name": "iso15118_message", "type": "update", "data": { "evse_id": "DE*SEV*E123456789", "iso15118_schema_version": "urn:iso:15118:2:2013:MsgDef" # or urn:iso:std:iso:15118:-20:CommonMessages, # urn:din:70121:2012:MsgDef, # urn:iso:15118:2:2010:AppProtocol, # urn:iso:std:iso:15118:-20:AC, # urn:iso:std:iso:15118:-20:DC, # urn:iso:std:iso:15118:-20:ACDP, # urn:iso:std:iso:15118:-20:WPT "exi_payload": "80400280" } }