Add field for lift_gate:type (#711)

This commit is contained in:
archpdx 2023-01-23 01:20:23 -08:00 committed by GitHub
parent 720d97358d
commit 06e2375134
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 18 additions and 2 deletions

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"
}
}