-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmodel.json
120 lines (120 loc) · 2.46 KB
/
model.json
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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
{
"DeviceFeature": [
{
"comment": "3 float type parameters to catch Orientation-I data in Smartphone",
"df_parameter": [
{
"max": 360.0,
"min": 0.0,
"param_type": "float",
},
{
"max": 180.0,
"min": -180.0,
"param_type": "float",
},
{
"max": 90.0,
"min": -90.0,
"param_type": "float",
}
],
"df_category": "None",
"df_type": "output",
"df_name": "Orientation-O1"
},
{
"comment": "3 float type parameters to catch Orientation-I data in Smartphone",
"df_parameter": [
{
"max": 360.0,
"min": 0.0,
"param_type": "float",
},
{
"max": 180.0,
"min": -180.0,
"param_type": "float",
},
{
"max": 90.0,
"min": -90.0,
"param_type": "float",
}
],
"df_category": "None",
"df_type": "output",
"df_name": "Orientation-O2"
},
{
"comment": "3 float type parameters to catch Acceleration-I data in Smartphone",
"df_parameter": [
{
"max": 0.0,
"min": 1.0,
"param_type": "float",
},
{
"max": 0.0,
"min": 1.0,
"param_type": "float",
},
{
"max": 0.0,
"min": 1.0,
"param_type": "float",
}
],
"df_category": "None",
"df_type": "output",
"df_name": "Acceleration-O1"
},
{
"comment": "3 float type parameters to catch Acceleration-I data in Smartphone",
"df_parameter": [
{
"max": 0.0,
"min": 1.0,
"param_type": "float",
},
{
"max": 0.0,
"min": 1.0,
"param_type": "float",
},
{
"max": 0.0,
"min": 1.0,
"param_type": "float",
}
],
"df_category": "None",
"df_type": "output",
"df_name": "Acceleration-O2"
}
],
"DeviceModel": [
{
"dm_name": "SnakeMove",
"df_list": [
"Orientation-O1"
]
},
{
"dm_name": "Bombman",
"df_list": [
"Acceleration-O1",
"Acceleration-O2",
"Orientation-O1",
"Orientation-O2"
]
},,
{
"dm_name": "Paddle",
"df_list": [
"Orientation-O1",
"Orientation-O2"
]
}
]
}