feat(aiot): 更新周界入侵参数说明 - 支持自动告警处理
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -47,7 +47,7 @@ const paramNameMap: Record<string, string> = {
|
||||
working_hours: '工作时间段',
|
||||
// 其他算法参数
|
||||
cooldown_seconds: '告警冷却期(秒)',
|
||||
confirm_seconds: '触发确认时间(秒)',
|
||||
confirm_seconds: '确认时间(秒)',
|
||||
min_confidence: '最小置信度',
|
||||
max_targets: '最大目标数',
|
||||
detection_interval: '检测间隔(秒)',
|
||||
@@ -61,7 +61,7 @@ const paramDescMap: Record<string, string> = {
|
||||
working_hours: '仅在指定时间段内进行监控,留空表示24小时监控',
|
||||
// 其他算法参数说明
|
||||
cooldown_seconds: '触发告警后,多少秒内不再重复告警(用于周界入侵等算法)',
|
||||
confirm_seconds: '检测到目标后,持续多少秒才触发告警(避免瞬间误报)',
|
||||
confirm_seconds: '入侵确认时间:持续检测到人达到该时间后触发告警。入侵消失确认:持续无人达到该时间后自动结束告警',
|
||||
};
|
||||
|
||||
// 获取参数的中文名称
|
||||
|
||||
Reference in New Issue
Block a user