From 4c86c2ebb11880d0fffd97b23d7268a342bff398 Mon Sep 17 00:00:00 2001 From: Cora Grant Date: Mon, 15 Jul 2024 16:53:15 -0400 Subject: [PATCH] chore: add lab sign config This adds a definition for a "test" sign(s) set up in our office. Other than the unique IDs, the config is a copy of `state_blue_mezzanine` for now. --- priv/signs.json | 47 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) diff --git a/priv/signs.json b/priv/signs.json index f8a465907..0abe383ed 100644 --- a/priv/signs.json +++ b/priv/signs.json @@ -1,4 +1,51 @@ [ + { + "id": "lab_test", + "type": "realtime", + "pa_ess_loc": "201", + "scu_id": "TBR01", + "read_loop_offset": 120, + "text_zone": "m", + "audio_zones": [ + "m" + ], + "source_config": [ + { + "headway_group": "blue_trunk", + "headway_direction_name": "Wonderland", + "sources": [ + { + "stop_id": "70042", + "routes": [ + "Blue" + ], + "direction_id": 1, + "platform": null, + "terminal": false, + "announce_arriving": true, + "announce_boarding": false + } + ] + }, + { + "headway_group": "blue_trunk", + "headway_direction_name": "Bowdoin", + "sources": [ + { + "stop_id": "70041", + "routes": [ + "Blue" + ], + "direction_id": 0, + "platform": null, + "terminal": false, + "announce_arriving": true, + "announce_boarding": false + } + ] + } + ] + }, { "id": "cedar_grove_outbound", "type": "realtime",