Skip to content

Commit

Permalink
Add speech output question for departures board on platform
Browse files Browse the repository at this point in the history
  • Loading branch information
wielandb committed Aug 28, 2024
1 parent ef91e25 commit a836526
Showing 1 changed file with 44 additions and 0 deletions.
44 changes: 44 additions & 0 deletions assets/question_catalog/definition.json
Original file line number Diff line number Diff line change
Expand Up @@ -701,6 +701,50 @@
"passenger_information_display": "yes",
"passenger_information_display:speech_output": false
},
"!osm_tags": {
"departures_board": "realtime"
},
"!parent": [
{
"osm_tags": {
"public_transport": "platform"
}
}
]
}
]
},
{
"question": {
"name": "@passengerInformationDisplaySpeechOutputName",
"text": "@passengerInformationDisplaySpeechOutputText",
"description": "@passengerInformationDisplaySpeechOutputDescription",
"image": [
"assets/question_catalog/images/passenger_information_display_speech_output.jpg"
]
},
"answer": {
"type": "Bool",
"input": [
{
"osm_tags": {
"departures_board:speech_output": "yes"
}
},
{
"osm_tags": {
"departures_board:speech_output": "no"
}
}
]
},
"conditions": [
{
"osm_tags": {
"public_transport": "platform",
"departures_board": "realtime",
"departures_board:speech_output": false
},
"!parent": [
{
"osm_tags": {
Expand Down

0 comments on commit a836526

Please sign in to comment.