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);