Iso15118ChargeLimit +++++++++++++++++++ .. admonition:: Description. :class: seealso This messages instructs the iso15118 service to limit the rate of energy between EV and EVSE. .. jsonschema:: ../../../schemas/Iso15118ChargeLimit.json :auto_reference: :hide_key: /**/additionalProperties Example:: { "id": "bb9655e5-21e0-482d-8bc1-67ffdf23539c", "name": "iso15118_charge_limit", "type": "update", "data": { "evse_id": "DE*SEV*E123456789", "limit": 30000, "unit": "W" # or A } } ----------