From 2f72d8be75623dd24b364f64952a7d368c7fc0c0 Mon Sep 17 00:00:00 2001 From: Konstantin Date: Tue, 11 Mar 2025 11:24:13 +0100 Subject: [PATCH] feat: Add Zaehlertyp.`WASSERZAEHLER` --- src/bo4e/enum/zaehlertyp.py | 2 ++ 1 file changed, 2 insertions(+) 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"""