Add Depature Announcement field

This commit is contained in:
arch0345 2023-10-28 12:18:11 -07:00
parent f2c16fbcd6
commit b21b3df419
3 changed files with 20 additions and 0 deletions

View file

@ -0,0 +1,18 @@
{
"keys": [
"announcement",
"departures_board:speech_output"
],
"prerequisiteTag": {
"key": "departures_board",
"valueNot": "no"
},
"type": "manyCombo",
"label": "Departure Announcement",
"strings": {
"options": {
"announcement": "Automatic",
"departures_board:speech_output": "Upon Button Press"
}
}
}