|
@@ -142,7 +142,6 @@ export interface ChannelInfoDTO {
|
|
|
|
|
|
|
|
export type CameraCapability = 'switch_only' | 'ptz_enabled'
|
|
export type CameraCapability = 'switch_only' | 'ptz_enabled'
|
|
|
export type CameraHeartbeatStatus = 'active' | 'hold' | 'dead'
|
|
export type CameraHeartbeatStatus = 'active' | 'hold' | 'dead'
|
|
|
-
|
|
|
|
|
// 摄像头详情 (Admin 用)
|
|
// 摄像头详情 (Admin 用)
|
|
|
export interface CameraInfoDTO {
|
|
export interface CameraInfoDTO {
|
|
|
id?: number // 主键ID
|
|
id?: number // 主键ID
|