-
Notifications
You must be signed in to change notification settings - Fork 25
/
custom.json
134 lines (134 loc) · 4.4 KB
/
custom.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
{
"首页":"home",
"arduino-蓝牙接入":"getting-start-ble",
"esp8266-WiFi接入":"getting-start-8266",
"esp32-蓝牙接入":"getting-start-esp32-ble",
"esp32-WiFi接入":"getting-start-esp32-wifi",
"树莓派-蓝牙接入":"getting-start-rpi-ble",
"树莓派-WiFi接入":"getting-start-rpi-wifi",
"esp8266模块-WiFi接入":"getting-start-wifi-at",
"GPRS模块接入":"getting-start-gprs",
"NBIoT模块接入":"getting-start-nbiot",
"MicroPython设备接入":"getting-start-mpy",
"基础知识":"base",
"添加设备":"add-device",
"Arduino开发入门":"getting-start-arduino",
"Arduino实例教程":"arduino-course",
"Python开发入门":"getting-start-python",
"Arduino支持":"arduino-support",
"Python支持":"python-support",
"microPython支持":"mpy-support",
"ESP_AT模块支持":"at-mode-support",
"通信指令":"cmd",
"接入其他设备":"more-support",
"开发工具":"dev-tool",
"界面布局器":"layouter",
"时间获取":"date",
"通知功能":"notice",
"气象数据获取":"weather",
"云存储":"cloud-storage",
"固件更新":"device-ota",
"自动化":"auto",
"设备共享":"share",
"边缘计算":"edge-computing",
"自定义布局":"layouter-2",
"设备控制":"app-device",
"语音控制":"app-speech",
"场景控制":"app-scene",
"定时任务":"app-timer",
"设备分类":"app-room",
"设备设置":"app-device-manager",
"数据聚合":"app-data-block",
"App设置":"app-settings",
"登录-注册-找回密码":"auth",
"小程序支持":"wechat-app",
"接入说明":"voice-assistant",
"天猫精灵":"tmallgenie",
"小米小爱":"xiaoai",
"蓝牙氛围灯":"",
"远程报警装置":"",
"远程环境检测仪":"",
"语音控制灯":"",
"开发说明":"prodevice",
"设备端开发":"device-dev",
"专属设备模板":"prodevice-template",
"保留关键字":"keyword",
"设备类型":"device-type",
"独立设备":"single-device",
"网关设备":"getway-device",
"子设备":"sub-device",
"管理台":"admin",
"Q&A":"qa",
"错误码":"error-code",
"开发注意事项":"matters-need",
"常见问题":"faq",
"产品化服务":"production",
"商业授权":"business",
"教育支持":"edu",
"语音与定时控制":"prodevice-speech-timer",
"OTA&固件管理":"ota",
"App下载":"app-download",
"SDK下载":"sdk-download",
"提问指南":"help",
"freeRTOS接入":"getting-start-freertos",
"其他设备接入":"getting-start-others",
"freeRTOS支持":"freertos-support",
"App功能":"app",
"数据接口":"storage-api",
"蓝牙BLE接入":"getting-start-bluetooth",
"配网模式":"config-mode",
"固件管理":"firmware-manager",
"消息管理":"message-manager",
"授权与额度":"price",
"消息推送":"push",
"管理台设置":"admin-settings",
"动作指令与触发器配置":"actions-and-triggers",
"产品开发":"product-development",
"智动化":"auto",
"百度小度":"dueros",
"Customizer定制设备界面":"customizer",
"Nordic_nRF52支持":"nordic-support",
"服务类型":"service",
"设备上线与通信":"device-online-communication",
"开发者协议":"developer-agreement",
"用户协议":"user-agreement",
"隐私协议":"privacy-agreement",
"气象数据接口":"weather-and-air",
"图标库":"icon",
"温湿度计":"temperature-and-humidity-sensor",
"通知接口":"api-notice",
"图像识别接口":"api-image-recognition",
"地理信息接口":"api-gis",
"支持多语音助手的氛围灯":"",
"设备管理":"api-device-manager",
"设备上线与通信(MQTT)":"api-mqtt",
"设备上线与通信(HTTP)":"api-http",
"数据接口(数值时序)":"api-storage-ts-num",
"数据接口(文本时序)":"api-storage-ts-text",
"数据接口(设备影子)":"api-storage-shadow",
"数据接口(地理信息)":"api-storage-gis",
"语音接口":"api-voice",
"Nodejs开发入门":"getting-start-nodejs",
"概述":"white-paper",
"配网与设备注册":"network-config",
"设备端支持情况":"device-support",
"云日志":"cloud-log",
"Linux-Windows-MacOS接入":"getting-start-os",
"App端":"white-paper-app",
"服务器端":"white-paper-server",
"App打包上架服务":"app-release",
"独立app开发":"app-dev",
"NodeJs支持":"javascript-support",
"配网工具":"config-tool",
"调试工具":"debug-tool",
"社区版安装部署":"deploy",
"商业版安装部署":"biz-deploy",
"独立部署SDK配置":"biz-sdk-config",
"独立部署APP配置":"biz-app-config",
"历史数据":"history",
"实时数据":"realtime",
"密钥管理":"secret-key",
"运营功能":"dashboard-operation",
"固件升级":"dashboard-ota",
"Arduino支持next":"arduino-support-next"
}