Browse Source

[完善]安信配置文件

非煤矿业企业安全风险监测预警系统
邵佳豪 2 years ago
parent
commit
b886489b40
  1. 11
      src/app/system-management/host-config/host-config.component.ts

11
src/app/system-management/host-config/host-config.component.ts

@ -1564,6 +1564,17 @@ ${newstr}class-id=0
},
ip: this.hostData.hostIPAddress,
caps: [],
params: {
smoke_sleep_m: 5,
smoke_continue_s: 2,
call_sleep_m: 5,
call_continue_s: 2,
pay_sleep_m: 5,
pay_continue_s: 1,
stop_step_s: 60,
stop_continue_m: 30,
sameCarThreshold: 5,
},
};
console.log(this.listOfData);
this.listOfData.forEach((item: any) => {

Loading…
Cancel
Save