Skip to content

Commit

Permalink
Correct naming of members of v201.enums.AttributeType (#578)
Browse files Browse the repository at this point in the history
See issue #577
  • Loading branch information
Jared-Newell-Mobility authored Feb 7, 2024
1 parent 324abdd commit 6f3594a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
- [#591](https://github.com/mobilityhouse/ocpp/issues/591) Camel_to_snake_case doesn't handle v2x correctly
- [#593](https://github.com/mobilityhouse/ocpp/issues/593) Update tests to use Call and CallResult without the suffix Payload

- [#577](https://github.com/mobilityhouse/ocpp/issues/577) v2.0.1 AttributeType Enum Corrections

## 0.26.0 (2024-01-17)

- [#544](https://github.com/mobilityhouse/ocpp/issues/544) ocpp/charge_point.py - Pass `Call.unique_id` to the `on` and `after` routing handlers.
Expand Down
4 changes: 2 additions & 2 deletions ocpp/v201/enums.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,8 @@ class AttributeType(StrEnum):

actual = "Actual"
target = "Target"
minSet = "MinSet"
maxSet = "MaxSet"
min_set = "MinSet"
max_set = "MaxSet"


class AuthorizationStatusType(StrEnum):
Expand Down

0 comments on commit 6f3594a

Please sign in to comment.