-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path物模型.json
67 lines (67 loc) · 1.17 KB
/
物模型.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
{
"version": "1.0",
"profile": {
"industryId": "1",
"sceneId": "14",
"categoryId": "325",
"productId": "TODO"
},
"properties": [{
"identifier": "AiRecord",
"name": "AI检测结果",
"functionType": "u",
"accessMode": "rw",
"desc": "",
"dataType": {
"type": "struct",
"specs": [{
"identifier": "imgid",
"name": "图片ID",
"dataType": {
"type": "string",
"specs": {
"length": "256"
}
}
}, {
"identifier": "label",
"name": "类型标签",
"dataType": {
"type": "string",
"specs": {
"length": "256"
}
}
}, {
"identifier": "confidence",
"name": "置信度",
"dataType": {
"type": "double",
"specs": {
"min": "0",
"max": "100",
"unit": "百分比 / %",
"step": "0.01"
}
}
}]
}
}, {
"identifier": "SmokeScope",
"name": "烟雾浓度",
"functionType": "u",
"accessMode": "rw",
"desc": "传感器检测到的实时烟雾浓度",
"dataType": {
"type": "double",
"specs": {
"min": "0",
"max": "65535",
"unit": "微克每立方米 / μg/m3",
"step": "0.01"
}
}
}],
"events": [],
"services": []
}