Skip to content

Commit

Permalink
Add enum values for mengeneinheit (#798)
Browse files Browse the repository at this point in the history
* Add enum values for mengeneinheit

* 🎨 Add new values at the end
  • Loading branch information
hf-krechan authored May 15, 2024
1 parent 256b615 commit 7bcbec4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/bo4e/enum/mengeneinheit.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,7 @@ class Mengeneinheit(StrEnum):
HALBJAHR = "HALBJAHR" #: Halbjahr
JAHR = "JAHR" #: Jahr
PROZENT = "PROZENT" #: Prozent
KWHK = "KWHK" #: Kilowattstunde pro Kelvin
VAR = "VAR" #: Var
VARH = "VARH" #: Varstunde
KVAR = "KVAR" #: Kilovar

0 comments on commit 7bcbec4

Please sign in to comment.