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", "message_type": "Request" # or Response, Error "message_name": "ServiceDiscoveryReq" . # or SessionSetup, Authorization, etc. "json_payload": { "V2G_Message": { "Header": { "SessionID": "AB77F748BE170806" }, "Body": { "ServiceDiscoveryReq": {} } } } "exi_payload": "80400280" } }