fix(aiot): 修复confirm_seconds描述格式 - 统一标点符号风格
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -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