add fields for level crossing (#194)

This commit is contained in:
Kyℓe Hensel
2021-12-15 05:11:18 +13:00
committed by GitHub
parent b2aefe913b
commit 754d07395f
6 changed files with 56 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
{
"key": "crossing:barrier",
"type": "combo",
"label": "Barrier Arm",
"strings": {
"options": {
"full": "Full",
"double_half": "Double Half",
"half": "Half",
"no": "no",
"yes": "yes"
}
},
"autoSuggestions": false,
"customValues": false
}
+5
View File
@@ -0,0 +1,5 @@
{
"key": "crossing:bell",
"type": "check",
"label": "Bell"
}
+5
View File
@@ -0,0 +1,5 @@
{
"key": "crossing:light",
"type": "check",
"label": "Lights"
}