Skip to content

Commit

Permalink
v16/schemas/StopTransaction.json missing "Hertz" #207 (#497)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jared-Newell-Mobility committed Feb 7, 2024
1 parent 0115dc4 commit 7f1d59e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@

- [#373](https://github.com/mobilityhouse/ocpp/issues/373) v201.datatypes.ChargingNeedsType.request_energy_transfer is mistyped

- [#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 @@ -681,7 +681,6 @@ class UnitOfMeasure(StrEnum):
fahrenheit = "Fahrenheit"
k = "K"
percent = "Percent"
hertz = "Hertz"


class UnlockStatus(StrEnum):
Expand Down
1 change: 0 additions & 1 deletion tests/v16/test_v16_enums.py
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,6 @@ def test_unit_of_measure():
assert UnitOfMeasure.fahrenheit == "Fahrenheit"
assert UnitOfMeasure.k == "K"
assert UnitOfMeasure.percent == "Percent"
assert UnitOfMeasure.hertz == "Hertz"


def test_unlock_status():
Expand Down

0 comments on commit 7f1d59e

Please sign in to comment.