chore:新增火灾/抽烟/徘徊/车辆/打架五类预警规则yaml
This commit is contained in:
15
apps/server/config/rules/loitering.yaml
Normal file
15
apps/server/config/rules/loitering.yaml
Normal file
@@ -0,0 +1,15 @@
|
||||
# 徘徊/静止行为预警规则 (MVP-1)
|
||||
rules:
|
||||
- name: loitering_medium
|
||||
event_type: loitering
|
||||
enabled: true
|
||||
min_confidence: 0.5
|
||||
severity: medium
|
||||
description: 检测到人员徘徊行为
|
||||
|
||||
- name: stationary_low
|
||||
event_type: stationary
|
||||
enabled: true
|
||||
min_confidence: 0.5
|
||||
severity: low
|
||||
description: 检测到人员长时间静止
|
||||
Reference in New Issue
Block a user