原因:状态机已保证必须回岗后才能再次告警 - ALARMED状态会一直等待人回岗 - 必须回到ON_DUTY状态后,人再次离开才能重新告警 - cooldown_sec参数是冗余的,移除简化配置 离岗检测算法参数(简化后): - confirm_on_duty_sec: 在岗确认时间 - confirm_leave_sec: 离岗确认时间 - leave_countdown_sec: 离岗倒计时 - working_hours: 工作时间段 注:其他算法(如intrusion)仍保留cooldown_seconds Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>