From 402111b54bb089f20abe2b38bfca0482b79d67a7 Mon Sep 17 00:00:00 2001 From: konstantin Date: Tue, 11 Mar 2025 11:28:05 +0100 Subject: [PATCH] feat: Add Zaehlertyp.`WASSERZAEHLER` (#966) Co-authored-by: Konstantin --- 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"""