Skip to content

Commit

Permalink
v201.enums.StatusInfoReasonType.invaild_schedule (#521)
Browse files Browse the repository at this point in the history
See issue #519
  • Loading branch information
Jared-Newell-Mobility authored Feb 7, 2024
1 parent f1f9f17 commit 1f2ecf3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,15 @@
- [#593](https://github.com/mobilityhouse/ocpp/issues/593) Update tests to use Call and CallResult without the suffix Payload
- [#435](https://github.com/mobilityhouse/ocpp/issues/435) Typo in CostUpdated Action
- [#577](https://github.com/mobilityhouse/ocpp/issues/577) v2.0.1 AttributeType Enum Corrections
- [#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

## BREAKING ##
- [#574](https://github.com/mobilityhouse/ocpp/issues/574) Remove v1.6 deprecated enum members - IMPORTANT see upgrade path [#574](https://github.com/mobilityhouse/ocpp/issues/574)

## BREAKING ##
- [#498](https://github.com/mobilityhouse/ocpp/issues/498) Remove support for OCPP 2.0 - IMPORTANT SEE UPGRADE PATH [#498](https://github.com/mobilityhouse/ocpp/issues/498)


## 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
2 changes: 1 addition & 1 deletion ocpp/v201/enums.py
Original file line number Diff line number Diff line change
Expand Up @@ -1307,7 +1307,7 @@ class StatusInfoReasonType(StrEnum):
invalid_id_token = "InvalidIdToken"
invalid_message_sequence = "InvalidMessageSequence"
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 1f2ecf3

Please sign in to comment.