Skip to content

Commit

Permalink
Merge branch 'master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
reinierl authored Mar 25, 2024
2 parents f9f5cfa + d96d243 commit dc42090
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
- [#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
- [#613](https://github.com/mobilityhouse/ocpp/issues/613) Typo correction in v201.enums.StatusInfoReasonType.value_too_hight -> value_too_high

## DEPRECATED ##
- [#599](https://github.com/mobilityhouse/ocpp/issues/599) v1.6 Action Enum members corrected IMPORTANT SEE UPGRADE PATH [#599](https://github.com/mobilityhouse/ocpp/issues/599)
Expand Down
4 changes: 2 additions & 2 deletions ocpp/v201/enums.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ def __init__(self, *args, **kwargs):
clear_display_message = "ClearDisplayMessage"
cleared_charging_limit = "ClearedChargingLimit"
clear_variable_monitoring = "ClearVariableMonitoring"
cost_update = "CostUpdate"
cost_updated = "CostUpdated"
customer_information = "CustomerInformation"
data_transfer = "DataTransfer"
delete_certificate = "DeleteCertificate"
Expand Down Expand Up @@ -1408,7 +1408,7 @@ class StatusInfoReasonType(StrEnum):
unsupported_request = "UnsupportedRequest"
value_out_of_range = "ValueOutOfRange"
value_positive_only = "ValuePositiveOnly"
value_too_hight = "ValueTooHigh"
value_too_high = "ValueTooHigh"
value_too_low = "ValueTooLow"
value_zero_not_allowed = "ValueZeroNotAllowed"
write_only = "WriteOnly"
Expand Down

0 comments on commit dc42090

Please sign in to comment.