功能:摄像头管理页面增加边缘设备绑定选择
- 表格新增「边缘设备」列 - 编辑弹窗新增边缘设备下拉选择(edge/edge_002) - 新建摄像头默认绑定 edge
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user