Skip to content

Commit da29350

Browse files
v201.enums.StatusInfoReasonType.invaild_schedule (mobilityhouse#521)
See issue mobilityhouse#519
1 parent 025f31c commit da29350

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

CHANGELOG.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,15 @@
66
- [#593](https://github.com/mobilityhouse/ocpp/issues/593) Update tests to use Call and CallResult without the suffix Payload
77
- [#435](https://github.com/mobilityhouse/ocpp/issues/435) Typo in CostUpdated Action
88
- [#577](https://github.com/mobilityhouse/ocpp/issues/577) v2.0.1 AttributeType Enum Corrections
9+
- [#519](https://github.com/mobilityhouse/ocpp/issues/519) Typo in v201.enums.StatusInfoReasonType.invaild_schedule
10+
- [#510](https://github.com/mobilityhouse/ocpp/issues/510) v2.0.1 UnitOfMeasureType - Enums missing and update docstring to allow use for variableCharacteristics
11+
- [#508](https://github.com/mobilityhouse/ocpp/issues/508) Exception - OccurrenceConstraintViolationError doc string correction
912

1013
## BREAKING ##
1114
- [#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)
12-
13-
## BREAKING ##
1415
- [#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)
1516

17+
1618
## 0.26.0 (2024-01-17)
1719

1820
- [#544](https://github.com/mobilityhouse/ocpp/issues/544) ocpp/charge_point.py - Pass `Call.unique_id` to the `on` and `after` routing handlers.

ocpp/v201/enums.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1307,7 +1307,7 @@ class StatusInfoReasonType(StrEnum):
13071307
invalid_id_token = "InvalidIdToken"
13081308
invalid_message_sequence = "InvalidMessageSequence"
13091309
invalid_profile = "InvalidProfile"
1310-
invaild_schedule = "InvalidSchedule"
1310+
invalid_schedule = "InvalidSchedule"
13111311
invalid_stack_level = "InvalidStackLevel"
13121312
invalid_url = "InvalidURL"
13131313
invalid_value = "InvalidValue"

0 commit comments

Comments
 (0)