Skip to content

Commit

Permalink
feat: Add IMS to enum Bilanzierungsmethode
Browse files Browse the repository at this point in the history
  • Loading branch information
hf-kklein authored Oct 28, 2024
1 parent f95aa9e commit 8996bab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/bo4e/enum/bilanzierungsmethode.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ class Bilanzierungsmethode(StrEnum):
TLP_GEMEINSAM = "TLP_GEMEINSAM" #: TLP gemeinsame Messung
TLP_GETRENNT = "TLP_GETRENNT" #: TLP getrennte Messung
PAUSCHAL = "PAUSCHAL" #: Pauschale Betrachtung (Band)
IMS = "IMS" #: Intelligentes Messsystem

0 comments on commit 8996bab

Please sign in to comment.