Skip to content

Commit

Permalink
Typo in CostUpdated Action #435 (#491)
Browse files Browse the repository at this point in the history
see issue #435
  • Loading branch information
Jared-Newell-Mobility authored Feb 7, 2024
1 parent b3d08ed commit c257f17
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
Expand Up @@ -4,7 +4,7 @@
- [#583](https://github.com/mobilityhouse/ocpp/issues/583) OCPP v1.6/v2.0.1 deprecate dataclasses from calls and call results with the suffix 'Payload'
- [#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

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

## BREAKING ##
Expand Down
2 changes: 1 addition & 1 deletion ocpp/v201/enums.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class Action(StrEnum):
ClearDisplayMessage = "ClearDisplayMessage"
ClearedChargingLimit = "ClearedChargingLimit"
ClearVariableMonitoring = "ClearVariableMonitoring"
CostUpdate = "CostUpdate"
CostUpdated = "CostUpdated"
CustomerInformation = "CustomerInformation"
DataTransfer = "DataTransfer"
DeleteCertificate = "DeleteCertificate"
Expand Down

0 comments on commit c257f17

Please sign in to comment.