mobilityhouse / ocpp

Python implementation of the Open Charge Point Protocol (OCPP).
MIT License
744 stars 291 forks source link

Fix serialization of payloads that contain collection of multiple elements #637

Closed OrangeTux closed 2 months ago

OrangeTux commented 2 months ago

Serialization of a payload that contains a collection of items fails. Only the last item of the collection appears in the serialized output. All other collections are not available.

Fixes #635