Skip to content

Commit

Permalink
feat: Add Zaehlertyp.WASSERZAEHLER
Browse files Browse the repository at this point in the history
  • Loading branch information
Konstantin committed Mar 11, 2025
1 parent ec36657 commit 2f72d8b
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 2f72d8b

Please sign in to comment.