diff --git a/src/bo4e/enum/zaehlertyp.py b/src/bo4e/enum/zaehlertyp.py index b683d1c0b..61c7da3da 100644 --- a/src/bo4e/enum/zaehlertyp.py +++ b/src/bo4e/enum/zaehlertyp.py @@ -32,3 +32,5 @@ class Zaehlertyp(StrEnum): """Elektronischer Zähler""" WIRBELGASZAEHLER = "WIRBELGASZAEHLER" """Wirbelgaszähler""" + WASSERZAEHLER = "WASSERZAEHLER" + """Wasserzähler"""