Skip to content

Commit 06e2375

Browse files
authored
Add field for lift_gate:type (#711)
1 parent 720d973 commit 06e2375

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

data/fields/lift_gate/type.json

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"key": "lift_gate:type",
3+
"type": "combo",
4+
"label": "Type",
5+
"strings": {
6+
"options": {
7+
"single": "Single Bar",
8+
"double": "Opposing Bars"
9+
}
10+
},
11+
"reference": {
12+
"key": "barrier",
13+
"value": "lift_gate"
14+
}
15+
}

data/presets/barrier/lift_gate.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"icon": "temaki-lift_gate",
33
"fields": [
4+
"lift_gate/type",
45
"access",
56
"locked",
67
"opening_hours"
@@ -16,11 +17,11 @@
1617
"barrier": "lift_gate"
1718
},
1819
"terms": [
19-
"boom barrier",
2020
"boom gate",
2121
"boom lift",
2222
"hinged bar",
23+
"lift gate",
2324
"pivoted pole"
2425
],
25-
"name": "Lift Gate"
26+
"name": "Boom Barrier"
2627
}

0 commit comments

Comments
 (0)