We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab96cbb commit 9cfd81eCopy full SHA for 9cfd81e
1 file changed
src/bo4e/com/messlokationszuordnung.py
@@ -28,8 +28,17 @@ class Messlokationszuordnung(COM):
28
29
# required attributes
30
messlokations_id: str
31
+ """
32
+ ID der zugeordneten Messlokation
33
34
arithmetik: ArithmetischeOperation
35
36
# optional attributes
37
gueltig_seit: Optional[datetime] = None
38
39
+ inklusives Beginndatum
40
41
gueltig_bis: Optional[datetime] = None
42
43
+ exklusives Endedatum
44
0 commit comments