chore: extend DiagInfo
This commit is contained in:
@@ -20,4 +20,12 @@ export interface NdmNvrDiagInfo {
|
||||
内存使用率: string;
|
||||
CPU使用率: string;
|
||||
};
|
||||
cdFanInfo: {
|
||||
索引号: string;
|
||||
'风扇转速(rpm)': string;
|
||||
}[];
|
||||
cdPowerSupplyInfo: {
|
||||
索引号: string;
|
||||
电源状态: string;
|
||||
}[];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user