Skip to content

Commit

Permalink
update to match Appendix 2. Standardized Units Of Measure (#512)
Browse files Browse the repository at this point in the history
See issue #511
  • Loading branch information
Jared-Newell-Mobility authored Feb 7, 2024
1 parent 1f2ecf3 commit 0115dc4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@
- [#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.

- [#511](https://github.com/mobilityhouse/ocpp/issues/511) 2.0.1 Units of Measure update to match Appendix 2. Standardized Units Of Measure

## 0.22.0 (2023-11-03)

- [#493](https://github.com/mobilityhouse/ocpp/issues/493) Reduce use of NotSupportedError in favor of NotImplementedError. Thanks [drc38](@https://github.com/drc38).
Expand Down
4 changes: 2 additions & 2 deletions ocpp/v201/enums.py
Original file line number Diff line number Diff line change
Expand Up @@ -1265,8 +1265,8 @@ class UnitOfMeasureType(StrEnum):
lx = "lx"
m = "m"
ms2 = "ms2"
n = "n"
ohm = "ohm"
n = "N"
ohm = "Ohm"
kpa = "kPa"
percent = "Percent"
rh = "RH"
Expand Down

0 comments on commit 0115dc4

Please sign in to comment.