Skip to content

Commit

Permalink
Added voltage to units (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
tyler201 authored Apr 28, 2024
1 parent a1a9940 commit 70979a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyemvue/enums.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ class Scale(Enum):


class Unit(Enum):
VOLTS = "Voltage"
KWH = "KilowattHours"
USD = "Dollars"
AMPHOURS = "AmpHours"
Expand Down

0 comments on commit 70979a4

Please sign in to comment.