Skip to content

Commit

Permalink
update doc string to include variableCharacteristics
Browse files Browse the repository at this point in the history
  • Loading branch information
Jared-Newell-Mobility committed Nov 7, 2023
1 parent 0a3407d commit 3f5ed5a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ocpp/v16/enums.py
Original file line number Diff line number Diff line change
Expand Up @@ -753,7 +753,8 @@ class UnitOfMeasure(str, Enum):
"""
Allowable values of the optional "unit" field of a Value element, as used
in MeterValues.req and StopTransaction.req messages. Default value of
"unit" is always "Wh".
"unit" is always "Wh". Also used in 2.0.1 component/variables -
specifically the unit in variableCharacteristics.
"""

wh = "Wh"
Expand Down

0 comments on commit 3f5ed5a

Please sign in to comment.