Skip to content

Commit

Permalink
Enums Updates + change log
Browse files Browse the repository at this point in the history
  • Loading branch information
Jared-Newell-Mobility committed Jan 17, 2024
1 parent 9f1ab29 commit 20ad81e
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
@@ -1,5 +1,7 @@
# Change log

- [#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 20ad81e

Please sign in to comment.