mobilityhouse / ocpp

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

Correct naming of members of `v201.enums.AttributeType` #577

Closed Jared-Newell-Mobility closed 8 months ago

Jared-Newell-Mobility commented 9 months ago

The members AttributeType.minSet and AttributeType.maxSet don't follow the Python naming style guide. Instead, they should be written AttributeType.min_setandAttributeType.max_set`.

Jared-Newell-Mobility commented 8 months ago

PR https://github.com/mobilityhouse/ocpp/pull/578 created and approved for inclusion in v1.0.0, so will close