Skip to content

Commit 3fd2813

Browse files
authored
add mac_address property to INSTRUMENT (#210)
add mac_address to INSTRUMENT
1 parent 79f8723 commit 3fd2813

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

bam_masterdata/datamodel/object_types.py

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1451,6 +1451,16 @@ class Instrument(ObjectType):
14511451
section="General Information",
14521452
)
14531453

1454+
mac_address = PropertyTypeAssignment(
1455+
code="MAC_ADDRESS",
1456+
data_type="VARCHAR",
1457+
property_label="MAC Address",
1458+
description="""MAC address of the primary network adapter//MAC Adresse der primären Netzwerkschnittstelle""",
1459+
mandatory=False,
1460+
show_in_edit_views=False,
1461+
section="General Information",
1462+
)
1463+
14541464
dfg_device_code = PropertyTypeAssignment(
14551465
code="DFG_DEVICE_CODE",
14561466
data_type="CONTROLLEDVOCABULARY",

0 commit comments

Comments
 (0)