Skip to content

Commit 8d871b5

Browse files
authored
Fix the change device metadata faq issue (#217)
* updatge deps * fix the issue with faq
1 parent 04a0a78 commit 8d871b5

File tree

3 files changed

+743
-752
lines changed

3 files changed

+743
-752
lines changed

docs/4-recipes/3-device/5-change-device-guide.md

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -90,11 +90,7 @@ sidebar_position: 5
9090

9191
## 常见问题解答
9292

93-
1. **设备 ID 异常,与预设的 ID 不符,显示为一串 UUID**
94-
95-
- 若设备 ID 显示为一串 UUID 且与预设 ID 不符,请确认执行设备安装命令的用户为 tyzc,而非 root,并且安装命令中需带有参数 `--mod=agi`,以此保证设备 ID 的正确识别与设置。
96-
97-
2. **云端创建了采集任务,但是设备没有上传数据**
93+
1. **云端创建了采集任务,但是设备没有上传数据**
9894

9995
- 检查设备是否联网,确保网络稳定以支持数据上传。
10096

@@ -103,9 +99,3 @@ sidebar_position: 5
10399
- 检查是否有两台设备使用相同的设备 ID,如有则需更换其中一台设备的 SN 后重新安装,避免数据冲突。
104100

105101
- 检查是否将更换下来的上位机直接用于另一台机器,若存在此情况,需在该上位机上执行卸载命令或重新安装,确保设备环境独立正确。
106-
107-
---
108-
109-
通过以上指南,可帮助你在平台中顺利完成设备更换、升级及卸载等操作,保障设备管理的高效与稳定。
110-
111-
如有任何疑问,请随时联系我们获取支持。

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"@docusaurus/tsconfig": "^3.7.0",
3232
"@docusaurus/types": "^3.7.0",
3333
"@tsconfig/docusaurus": "^2.0.3",
34-
"@types/react": "^19.0.7",
34+
"@types/react": "^19.0.8",
3535
"prettier": "^3.4.2",
3636
"typescript": "^5.7.3"
3737
},

0 commit comments

Comments
 (0)