forked from emqx/fabric-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
directory.json
225 lines (225 loc) · 6.05 KB
/
directory.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
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
{
"cn": [
{
"title": "产品介绍",
"children": [
{
"title": "Fabric 是什么",
"path": "./"
},
{
"title": "名词解释",
"path": "introduction/noun"
},
{
"title": "应用场景",
"path": "introduction/application"
}
]
},
{
"title": "快速入门",
"children": [
{
"title": "创建产品",
"path": "quick_start/create_product"
},
{
"title": "创建设备",
"path": "quick_start/create_device"
},
{
"title": "创建物模型",
"path": "quick_start/create_thing_model"
},
{
"title": "创建任务",
"path": "quick_start/create_task"
},
{
"title": "物模型数据上报",
"path": "quick_start/device_data_upload"
}
]
},
{
"title": "设备接入",
"children": [
{
"title": "产品管理",
"path": "device_access/product_management"
},
{
"title": "设备管理",
"path": "device_access/device_management"
},
{
"title": "设备SDK使用",
"path": "device_access/fabric_sdk"
},
{
"title": "开放协议接入",
"children":[
{
"title":"使用MQTT协议接入",
"children":[
{
"title":"使用三元组信息连接",
"path":"device_access/open_protocol_access/access_by_mqtt_protocol/use_three_tuple_to_access"
}
]
}
]
}
]
},
{
"title": "设备管理",
"children": [
{
"title": "物模型",
"children": [
{
"title": "物模型介绍",
"children": [
{
"title": "什么是物模型",
"path": "device_manager/thingmodel/introduction/what_is_thing_model"
},
{
"title": "物模型TSL",
"path": "device_manager/thingmodel/introduction/thing_specification_language"
}
]
},
{
"title": "添加物模型",
"path": "device_manager/thingmodel/add_thing_model"
},
{
"title": "物模型通信",
"path": "device_manager/thingmodel/communcate_with_thing_model"
},
{
"title": "物模型数据校验",
"path": "device_manager/thingmodel/validate_thing_model_data"
}
]
},
{
"title": "设备影子",
"children": [
{
"title": "什么是设备影子",
"path": "device_manager/shadow/introduction"
},
{
"title": "设备影子数据交互",
"path": "device_manager/shadow/data_flow"
},
{
"title": "设备影子数据格式",
"path": "device_manager/shadow/json_message"
}
]
},
{
"title": "数据解析",
"children": [
{
"title": "什么是数据解析",
"path": "device_manager/dataparsing/what_is_data_parsing"
},
{
"title": "自定义topic数据解析",
"children": [
{
"title": "提交数据解析脚本",
"path": "device_manager/dataparsing/user_defined_topic_data_parsing/post_data_parsing_script"
},
{
"title": "JavaScript脚本示例",
"path": "device_manager/dataparsing/user_defined_topic_data_parsing/javascript_use_case"
}
]
},
{
"title": "物模型数据解析",
"children": [
{
"title": "物模型数据解析使用示例",
"path": "device_manager/dataparsing/user_defined_thing_model_data_parsing/thing_model_data_parsing_user_case"
},
{
"title": "JavaScript脚本示例",
"path": "device_manager/dataparsing/user_defined_thing_model_data_parsing/javascript_use_case"
}
]
}
]
}
]
},
{
"title": "平台端开发",
"children": [
{
"title": "api使用",
"children": [
{
"title": "物模型使用",
"children": [
{
"title": "调用设备方法",
"path": "platform_develop/api_reference/thing_using/invokeThingAction"
},
{
"title": "查询设备期望属性",
"path": "platform_develop/api_reference/thing_using/queryDeviceDesiredProperty"
},
{
"title": "设置设备期望属性",
"path": "platform_develop/api_reference/thing_using/setDeviceDesiredProperty"
},
{
"title": "设置物模型属性",
"path": "platform_develop/api_reference/thing_using/setThingProperty"
}
]
}
]
},
{
"title": "规则引擎使用",
"path": "platform_develop/rule_engine"
},
{
"title": "数据落地",
"path": "platform_develop/data_persist"
}
]
},
{
"title": "云边协同",
"path": "cloud_tunnel/cloud_tunnel"
},
{
"title": "监控运维",
"path": "ops/task"
},
{
"title": "版本发布",
"children": [
{
"title": "0.7.0",
"path": "release/0.7.0"
},
{
"title": "0.6.0",
"path": "release/0.6.0"
}
]
}
],
"en": []
}