Skip to content
Snippets Groups Projects
Commit 7cb8ffbe authored by Philipp Schmidt's avatar Philipp Schmidt
Browse files

Add managerDevice property to Gotthard2Assembler

parent cb82cd89
No related branches found
No related tags found
2 merge requests!145Fixes found during BUD winter 2025,!118Draft: MID: put arbiter on manager scene
......@@ -37,6 +37,13 @@ class Gotthard2Assembler(TrainMatcher.TrainMatcher):
.dataSchema(schemas.preview_schema(wrap_image_in_imagedata=False))
.commit(),
STRING_ELEMENT(expected)
.key("managerDevice")
.displayedName("Manager device")
.assignmentInternal()
.defaultValue("")
.commit(),
STRING_ELEMENT(expected)
.key("geometryDevice")
.displayedName("[Unused] Geometry device")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment