Skip to content

Commit 2f72d8b

Browse files
author
Konstantin
committed
feat: Add Zaehlertyp.WASSERZAEHLER
1 parent ec36657 commit 2f72d8b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/bo4e/enum/zaehlertyp.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,5 @@ class Zaehlertyp(StrEnum):
3232
"""Elektronischer Zähler"""
3333
WIRBELGASZAEHLER = "WIRBELGASZAEHLER"
3434
"""Wirbelgaszähler"""
35+
WASSERZAEHLER = "WASSERZAEHLER"
36+
"""Wasserzähler"""

0 commit comments

Comments
 (0)