From b886489b4036538780c6b49c1ba920add7f13f6a Mon Sep 17 00:00:00 2001 From: SHAOJIAHAO <55341701@qq.com> Date: Thu, 25 May 2023 11:20:32 +0800 Subject: [PATCH] =?UTF-8?q?[=E5=AE=8C=E5=96=84]=E5=AE=89=E4=BF=A1=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../host-config/host-config.component.ts | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/app/system-management/host-config/host-config.component.ts b/src/app/system-management/host-config/host-config.component.ts index a684a7b..f2a0ac5 100644 --- a/src/app/system-management/host-config/host-config.component.ts +++ b/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) => {