mobilityhouse / ocpp

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

Remove suffex 'Payload' from all calls and call results #583

Closed OrangeTux closed 7 months ago

OrangeTux commented 7 months ago

All the calls and call result types are suffixed with the term 'Payload'. This term makes lengthy type names even more verbose and should be removed.

This change will break every application relying on this library. So I suggest we deprecate these old style types and urge users to use the new types. In a v2 of this library we can remove them.

Jared-Newell-Mobility commented 7 months ago

Satisfied with PR - https://github.com/mobilityhouse/ocpp/pull/584 - so will close