Skip to content

Commit

Permalink
Add Wirbelgaszähler to ENUM Zaehlertyp
Browse files Browse the repository at this point in the history
  • Loading branch information
hf-aschloegl committed Oct 11, 2023
1 parent ccd125f commit 3020dfd
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 6 deletions.
3 changes: 2 additions & 1 deletion json_schemas/bo/Ausschreibung.json
Original file line number Diff line number Diff line change
Expand Up @@ -1299,7 +1299,8 @@
"WECHSELSTROMZAEHLER",
"MODERNE_MESSEINRICHTUNG",
"INTELLIGENTES_MESSSYSTEM",
"ELEKTRONISCHER_ZAEHLER"
"ELEKTRONISCHER_ZAEHLER",
"WIRBELGASZAEHLER"
],
"title": "Zaehlertyp",
"type": "string"
Expand Down
3 changes: 2 additions & 1 deletion json_schemas/bo/Messlokation.json
Original file line number Diff line number Diff line change
Expand Up @@ -1633,7 +1633,8 @@
"WECHSELSTROMZAEHLER",
"MODERNE_MESSEINRICHTUNG",
"INTELLIGENTES_MESSSYSTEM",
"ELEKTRONISCHER_ZAEHLER"
"ELEKTRONISCHER_ZAEHLER",
"WIRBELGASZAEHLER"
],
"title": "Zaehlertyp",
"type": "string"
Expand Down
3 changes: 2 additions & 1 deletion json_schemas/bo/PreisblattMessung.json
Original file line number Diff line number Diff line change
Expand Up @@ -2293,7 +2293,8 @@
"WECHSELSTROMZAEHLER",
"MODERNE_MESSEINRICHTUNG",
"INTELLIGENTES_MESSSYSTEM",
"ELEKTRONISCHER_ZAEHLER"
"ELEKTRONISCHER_ZAEHLER",
"WIRBELGASZAEHLER"
],
"title": "Zaehlertyp",
"type": "string"
Expand Down
3 changes: 2 additions & 1 deletion json_schemas/bo/Zaehler.json
Original file line number Diff line number Diff line change
Expand Up @@ -1192,7 +1192,8 @@
"WECHSELSTROMZAEHLER",
"MODERNE_MESSEINRICHTUNG",
"INTELLIGENTES_MESSSYSTEM",
"ELEKTRONISCHER_ZAEHLER"
"ELEKTRONISCHER_ZAEHLER",
"WIRBELGASZAEHLER"
],
"title": "Zaehlertyp",
"type": "string"
Expand Down
3 changes: 2 additions & 1 deletion json_schemas/com/Ausschreibungsdetail.json
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,8 @@
"WECHSELSTROMZAEHLER",
"MODERNE_MESSEINRICHTUNG",
"INTELLIGENTES_MESSSYSTEM",
"ELEKTRONISCHER_ZAEHLER"
"ELEKTRONISCHER_ZAEHLER",
"WIRBELGASZAEHLER"
],
"title": "Zaehlertyp",
"type": "string"
Expand Down
3 changes: 2 additions & 1 deletion json_schemas/com/Ausschreibungslos.json
Original file line number Diff line number Diff line change
Expand Up @@ -701,7 +701,8 @@
"WECHSELSTROMZAEHLER",
"MODERNE_MESSEINRICHTUNG",
"INTELLIGENTES_MESSSYSTEM",
"ELEKTRONISCHER_ZAEHLER"
"ELEKTRONISCHER_ZAEHLER",
"WIRBELGASZAEHLER"
],
"title": "Zaehlertyp",
"type": "string"
Expand Down
1 change: 1 addition & 0 deletions src/bo4e/enum/zaehlertyp.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,4 @@ class Zaehlertyp(StrEnum):
MODERNE_MESSEINRICHTUNG = "MODERNE_MESSEINRICHTUNG" #: Moderne Messeinrichtung
INTELLIGENTES_MESSSYSTEM = "INTELLIGENTES_MESSSYSTEM" #: Intelligentes Messsystem
ELEKTRONISCHER_ZAEHLER = "ELEKTRONISCHER_ZAEHLER" #: Elektronischer Zähler
WIRBELGASZAEHLER = "WIRBELGASZAEHLER" #: Wirbelgaszähler

0 comments on commit 3020dfd

Please sign in to comment.