Skip to content

Commit bb4c73f

Browse files
authored
DEV-100672: Add KWT as an alias unit for KW (KiloWatt) (#403)
1 parent 7645ec2 commit bb4c73f

File tree

3 files changed

+20
-15
lines changed

3 files changed

+20
-15
lines changed

enum/mengeneinheit/mengeneinheit.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ const (
1111
W Mengeneinheit = iota + 1
1212
WH // WH is for Watt hour
1313
KW // KW is for Kilo watt
14+
KWT // KWT is also for Kilo watt
1415
KWH // KWH is for Kilo watt hour
1516
KVARH // KVARH is the abbreviation for Kilovarstunde
1617
MW // MW is for Megawatt

enum/mengeneinheit/mengeneinheit_jsonenums.go

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

enum/mengeneinheit/mengeneinheit_string.go

Lines changed: 16 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)