File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -753,8 +753,7 @@ class UnitOfMeasure(str, Enum):
753
753
"""
754
754
Allowable values of the optional "unit" field of a Value element, as used
755
755
in MeterValues.req and StopTransaction.req messages. Default value of
756
- "unit" is always "Wh". Also used in 2.0.1 component/variables -
757
- specifically the unit in variableCharacteristics.
756
+ "unit" is always "Wh".
758
757
"""
759
758
760
759
wh = "Wh"
@@ -774,7 +773,6 @@ class UnitOfMeasure(str, Enum):
774
773
k = "K"
775
774
percent = "Percent"
776
775
hertz = "Hertz"
777
- b = "Bytes"
778
776
779
777
780
778
class UnlockStatus (str , Enum ):
Original file line number Diff line number Diff line change @@ -1244,7 +1244,8 @@ class UnitOfMeasureType(str, Enum):
1244
1244
"""
1245
1245
Allowable values of the optional "unit" field of a Value element, as used
1246
1246
in MeterValues.req and StopTransaction.req messages. Default value of
1247
- "unit" is always "Wh".
1247
+ "unit" is always "Wh". Also used in component/variables -
1248
+ specifically the unit in variableCharacteristics.
1248
1249
"""
1249
1250
1250
1251
asu = "ASU"
You can’t perform that action at this time.
0 commit comments