Add boolean for passesAnotherTrain
All checks were successful
Generate and Release Protos / release (push) Successful in 32s

This commit is contained in:
2026-02-23 20:30:05 +00:00
parent 9a9fc59e22
commit e0a7c5f56e

View File

@@ -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"}
}
}
}