Skip to content

Commit

Permalink
updated to v1.3 + change log
Browse files Browse the repository at this point in the history
  • Loading branch information
Jared-Newell-Mobility committed Nov 8, 2023
1 parent 7e14b16 commit d6189ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change log


- [#519](https://github.com/mobilityhouse/ocpp/issues/519) Typo in v201.enums.StatusInfoReasonType.invaild_schedule
- [#510](https://github.com/mobilityhouse/ocpp/issues/510) v2.0.1 UnitOfMeasureType - Enums missing and update docstring to allow use for variableCharacteristics
- [#508](https://github.com/mobilityhouse/ocpp/issues/508) Exception - OccurrenceConstraintViolationError doc string correction

Expand Down
2 changes: 1 addition & 1 deletion ocpp/v201/enums.py
Original file line number Diff line number Diff line change
Expand Up @@ -1296,7 +1296,7 @@ class StatusInfoReasonType(str, Enum):
invalid_csr = "InvalidCSR"
invalid_id_token = "InvalidIdToken"
invalid_profile = "InvalidProfile"
invaild_schedule = "InvalidSchedule"
invalid_schedule = "InvalidSchedule"
invalid_stack_level = "InvalidStackLevel"
invalid_url = "InvalidURL"
invalid_value = "InvalidValue"
Expand Down

0 comments on commit d6189ec

Please sign in to comment.