We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
lift_gate:type
1 parent 720d973 commit 06e2375Copy full SHA for 06e2375
data/fields/lift_gate/type.json
@@ -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
@@ -1,6 +1,7 @@
{
"icon": "temaki-lift_gate",
"fields": [
+ "lift_gate/type",
"access",
"locked",
"opening_hours"
@@ -16,11 +17,11 @@
16
17
"barrier": "lift_gate"
18
},
19
"terms": [
- "boom barrier",
20
"boom gate",
21
"boom lift",
22
"hinged bar",
23
+ "lift gate",
24
"pivoted pole"
25
],
- "name": "Lift Gate"
26
+ "name": "Boom Barrier"
27
}
0 commit comments