Skip to content

Commit

Permalink
chore: add lab sign config
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
digitalcora committed Jul 22, 2024
1 parent 9f26a22 commit 4c86c2e
Showing 1 changed file with 47 additions and 0 deletions.
47 changes: 47 additions & 0 deletions priv/signs.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 4c86c2e

Please sign in to comment.