Skip to content

Commit

Permalink
OCPP 1.6 Errata sheet
Browse files Browse the repository at this point in the history
v4.0 Release, 2019-10-23 --- 3.84. Page 106, section: 7.45: No UnitOfMeasure for Measurand Frequency.
  • Loading branch information
Jared-Newell-Mobility committed Oct 19, 2023
1 parent ad79b31 commit ffcac69
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Change log

- [#207](https://github.com/mobilityhouse/ocpp/issues/207) v16/schemas/StopTransaction.json missing "Hertz"

## 0.21.0 (2023-10-19)

- [#492] Minor fixes _handle_call doc string - Thanks @drc38
Expand Down
1 change: 0 additions & 1 deletion ocpp/v16/enums.py
Original file line number Diff line number Diff line change
Expand Up @@ -772,7 +772,6 @@ class UnitOfMeasure(str, Enum):
fahrenheit = "Fahrenheit"
k = "K"
percent = "Percent"
hertz = "Hertz"


class UnlockStatus(str, Enum):
Expand Down

0 comments on commit ffcac69

Please sign in to comment.