Add boolean for passesAnotherTrain
All checks were successful
Generate and Release Protos / release (push) Successful in 32s
All checks were successful
Generate and Release Protos / release (push) Successful in 32s
This commit is contained in:
@@ -46,7 +46,8 @@
|
||||
"changeLocomotive": {"type": "boolean", "description": "Indicates if train stops to exchange locomotive at this location"},
|
||||
"changeEnds": {"type": "boolean", "description": "Indicates if the train reverses or driver changes ends at this location"},
|
||||
"staffStop": {"type": "boolean", "description": "Indicates that the train stops for staff use only"},
|
||||
"unadvertised": {"type": "boolean", "description": "Indicates that the stop is not advertised to the public"}
|
||||
"unadvertised": {"type": "boolean", "description": "Indicates that the stop is not advertised to the public"},
|
||||
"passesAnotherTrain": {"type": "boolean", "description": "Indicates if the train stops to pass another train on a single line crossing point"}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user