Skip to content

Commit

Permalink
feat: Add Zaehlertyp.WASSERZAEHLER (#966)
Browse files Browse the repository at this point in the history
Co-authored-by: Konstantin <konstantin.klein+github@hochfrequenz.de>
  • Loading branch information
hf-kklein and Konstantin authored Mar 11, 2025
1 parent ec36657 commit 402111b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/bo4e/enum/zaehlertyp.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,5 @@ class Zaehlertyp(StrEnum):
"""Elektronischer Zähler"""
WIRBELGASZAEHLER = "WIRBELGASZAEHLER"
"""Wirbelgaszähler"""
WASSERZAEHLER = "WASSERZAEHLER"
"""Wasserzähler"""

0 comments on commit 402111b

Please sign in to comment.