Skip to content

Commit e082f2e

Browse files
committed
Added attributes
1 parent 08c3bcc commit e082f2e

1 file changed

Lines changed: 98 additions & 34 deletions

File tree

backend/hadmin/attributes.json

Lines changed: 98 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,98 @@
1-
[
2-
{
3-
"displayName": "Width",
4-
"name": "doorWidth",
5-
"group": "Entrance",
6-
"description": "The width of the door",
7-
"unit": "cm",
8-
"typeof": "NumberType"
9-
},
10-
{
11-
"displayName": "Height",
12-
"name": "doorHeight",
13-
"group": "Entrance",
14-
"description": "The height of the door",
15-
"unit": "cm",
16-
"typeof": "NumberType"
17-
},
18-
{
19-
"displayName": "Ramp",
20-
"name": "doorRamp",
21-
"group": "Entrance",
22-
"description": "If there is a ramp",
23-
"unit": "Yes/No",
24-
"typeof": "BooleanType"
25-
},
26-
{
27-
"displayName": "Width",
28-
"name": "elevatorWidth",
29-
"group": "Elevator",
30-
"description": "The width of the elevator",
31-
"unit": "cm",
32-
"typeof": "NumberType"
33-
}
34-
]
1+
[
2+
{
3+
"displayName": "Exist",
4+
"name": "elevatorExist",
5+
"group": "Elevator",
6+
"description": "If an elevator exists",
7+
"unit": "Yes/No",
8+
"typeof": "BooleanType"
9+
},
10+
{
11+
"displayName": "Width",
12+
"name": "elevatorWidth",
13+
"group": "Elevator",
14+
"description": "The width of the elevator",
15+
"unit": "cm",
16+
"typeof": "NumberType"
17+
},
18+
{
19+
"displayName": "Running",
20+
"name": "elevatorRunning",
21+
"group": "Elevator",
22+
"description": "The operational status of the elevator",
23+
"unit": "Yes/No",
24+
"typeof": "BooleanType"
25+
},
26+
{
27+
"displayName": "Exist",
28+
"name": "escalatorExist",
29+
"group": "Escalator",
30+
"description": "If an escalator exists",
31+
"unit": "Yes/No",
32+
"typeof": "BooleanType"
33+
},
34+
{
35+
"displayName": "Width",
36+
"name": "escalatorWidth",
37+
"group": "Escalator",
38+
"description": "The width of the escalator",
39+
"unit": "cm",
40+
"typeof": "NumberType"
41+
},
42+
{
43+
"displayName": "Running",
44+
"name": "escalatorRunning",
45+
"group": "Escalator",
46+
"description": "The operational status of the escalator",
47+
"unit": "Yes/No",
48+
"typeof": "BooleanType"
49+
},
50+
{
51+
"displayName": "Tactile Path",
52+
"name": "onsiteTactilePath",
53+
"group": "Onsite",
54+
"description": "The site has a tactile path",
55+
"unit": "Yes/No",
56+
"typeof": "BooleanType"
57+
},
58+
{
59+
"displayName": "Braille signs",
60+
"name": "onsiteBrailleSigns",
61+
"group": "Onsite",
62+
"description": "The site has braille signs",
63+
"unit": "Yes/No",
64+
"typeof": "BooleanType"
65+
},
66+
{
67+
"displayName": "Exist",
68+
"name": "rampExists",
69+
"group": "Ramp",
70+
"description": "The site has a ramp",
71+
"unit": "Yes/No",
72+
"typeof": "BooleanType"
73+
},
74+
{
75+
"displayName": "Width",
76+
"name": "rampWidth",
77+
"group": "Ramp",
78+
"description": "The width of the ramp",
79+
"unit": "cm",
80+
"typeof": "NumberType"
81+
},
82+
{
83+
"displayName": "Inclination",
84+
"name": "rampInclination",
85+
"group": "Ramp",
86+
"description": "The inclination of the ramp",
87+
"unit": "deg",
88+
"typeof": "NumberType"
89+
},
90+
{
91+
"displayName": "Location",
92+
"name": "rampLocation",
93+
"group": "Ramp",
94+
"description": "The location of the ramp",
95+
"unit": "Text",
96+
"typeof": "TextType"
97+
}
98+
]

0 commit comments

Comments
 (0)