-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdataStructure.json
More file actions
90 lines (90 loc) · 1.83 KB
/
dataStructure.json
File metadata and controls
90 lines (90 loc) · 1.83 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
{
"San Donato": {
"Spinning": {
"TV_1": {
"type": "TV",
"status": 0,
"idx": "None",
"description": "TV ingresso sinistra",
"shortDesc": "TV SX"
},
"TV_2": {
"type": "TV",
"status": 0,
"idx": "None",
"description": "TV in fondo a destra",
"shortDesc": "TV DX"
},
"Light_1": {
"type": "Light",
"status": 0,
"idx": "None",
"description": "Linea luci principale",
"shortDesc": "Luci Princ"
},
"Light_2": {
"type": "Light",
"status": 0,
"idx": "None",
"description": "Linea luci emergenza",
"shortDesc": "Luci Eme"
},
"Audio_1": {
"type": "Audio",
"status": 0,
"idx": "None",
"description": "Sistema audio principale",
"shortDesc": "Audio1"
},
"Video_1": {
"type": "Video",
"status": 0,
"idx": "None",
"description": "Sistema video principale",
"shortDesc": "Video1"
},
"Spinbike_1": {
"type": "Spinbike",
"status": 0,
"idx": "None",
"description": "Spinbike number 1",
"shortDesc": "Spin1"
},
"Spinbike_2": {
"type": "Spinbike",
"status": 0,
"idx": "None",
"description": "Spinbike number 2",
"shortDesc": "Spin2"
},
"Spinbike_3": {
"type": "Spinbike",
"status": 0,
"idx": "None",
"description": "Spinbike number 3",
"shortDesc": "Spin3"
},
"Spinbike_4": {
"type": "Spinbike",
"status": 0,
"idx": "None",
"description": "Spinbike number 4",
"shortDesc": "Spin4"
},
"RFID_1": {
"type": "RFID",
"status": 0,
"idx": "None",
"description": "out",
"shortDesc": "OUT"
},
"RFID_2": {
"type": "RFID",
"status": 0,
"idx": "None",
"description": "in",
"shortDesc": "IN"
}
}
}
}