From 3b8ab61927f2b428af0fa146c09921f2c9338cd1 Mon Sep 17 00:00:00 2001 From: SHAOJIAHAO <55341701@qq.com> Date: Mon, 12 Jun 2023 11:48:02 +0800 Subject: [PATCH] =?UTF-8?q?[=E6=96=B0=E5=A2=9E]=E5=AE=89=E4=BF=A1=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E6=96=87=E4=BB=B6=E5=A2=9E=E5=8A=A0=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../host-config/host-config.component.ts | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) 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 001909b..99d4780 100644 --- a/src/app/system-management/host-config/host-config.component.ts +++ b/src/app/system-management/host-config/host-config.component.ts @@ -1587,16 +1587,20 @@ rule_threshold: caps: [], params: { smoke_sleep_m: 5, - smoke_continue_s: 2, + smoke_continue_s: 3, call_sleep_m: 5, - call_continue_s: 2, + call_continue_s: 3, pay_sleep_m: 5, - pay_continue_s: 1, + pay_continue_s: 3, oilin_sleep_m: 5, oilin_continue_s: 1, stop_step_s: 60, stop_continue_m: 30, sameCarThreshold: 5, + smog_sleep_m: 5, + smog_continue_s: 3, + fire_sleep_m: 5, + fire_continue_s: 3, }, }; console.log(this.listOfData);