Add field for lift_gate:type (#711)

This commit is contained in:
archpdx
2023-01-23 10:20:23 +01:00
committed by GitHub
parent 720d97358d
commit 06e2375134
2 changed files with 18 additions and 2 deletions
+15
View File
@@ -0,0 +1,15 @@
{
"key": "lift_gate:type",
"type": "combo",
"label": "Type",
"strings": {
"options": {
"single": "Single Bar",
"double": "Opposing Bars"
}
},
"reference": {
"key": "barrier",
"value": "lift_gate"
}
}