mobilityhouse / ocpp

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

Fix serialization of 'ocpp_csms_url' #642

Closed OrangeTux closed 1 month ago

OrangeTux commented 1 month ago

'camelCasing' ocpp_csms_url ends up as ocppCSMSURL. This is wrong. The spec uses ocppCsmsUrl.

This commit fixes the conversion.

OrangeTux commented 1 month ago

@OSkrk Can you have a look as well?