功能:摄像头管理页面增加边缘设备绑定选择

- 表格新增「边缘设备」列
- 编辑弹窗新增边缘设备下拉选择(edge/edge_002)
- 新建摄像头默认绑定 edge
This commit is contained in:
2026-03-22 01:08:03 +08:00
parent aa76e3cba9
commit 6dca2a68c0
2 changed files with 15 additions and 0 deletions

View File

@@ -31,6 +31,7 @@ export namespace AiotDeviceApi {
stream?: string;
cameraCode?: string; // 摄像头唯一编码
cameraName?: string; // 摄像头名称(用户自定义)
edgeDeviceId?: string; // 绑定的边缘设备ID
srcUrl?: string;
timeout?: number;
rtspType?: string; // '0'=TCP, '1'=UDP, '2'=Multicast