Skip to content

Commit

Permalink
update to match Appendix 2. Standardized Units Of Measure
Browse files Browse the repository at this point in the history
  • Loading branch information
Jared-Newell-Mobility committed Nov 7, 2023
1 parent c6129db commit 17b4b80
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
@@ -1,5 +1,7 @@
# Change log

- [#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 @@ -1256,8 +1256,8 @@ class UnitOfMeasureType(str, Enum):
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 17b4b80

Please sign in to comment.