Skip to content

Commit 6faf2fb

Browse files
feat: Add IMS to enum Bilanzierungsmethode (#921)
* feat: Add `IMS` to enum `Bilanzierungsmethode` * Update src/bo4e/enum/bilanzierungsmethode.py Co-authored-by: Leon Haffmans <49658102+lord-haffi@users.noreply.github.com> --------- Co-authored-by: Leon Haffmans <49658102+lord-haffi@users.noreply.github.com>
1 parent 402111b commit 6faf2fb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/bo4e/enum/bilanzierungsmethode.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,5 @@ class Bilanzierungsmethode(StrEnum):
1717
"""TLP getrennte Messung"""
1818
PAUSCHAL = "PAUSCHAL"
1919
"""Pauschale Betrachtung (Band)"""
20+
IMS = "IMS"
21+
"""Intelligentes Messsystem"""

0 commit comments

Comments
 (0)