fix: 电话通知报警,逻辑完善,改为报警电话列表获取电话号码,通知成功后24小时不再打电话等等。

This commit is contained in:
tianyongbao
2026-03-09 23:37:33 +08:00
parent abadce8318
commit 1676ef7599
7 changed files with 355 additions and 89 deletions

View File

@@ -77,6 +77,13 @@ public class AliyunIotProperties {
*/
private int alarmNotificationIntervalMinutes = 30;
/**
* 电话已成功通知后的抑制时间(小时)
* 同一设备同一类型告警如果已有回执成功callStatus=3的通知记录则在此时间内不再重复发起电话通知
* 默认 24 小时
*/
private int callSuccessSuppressHours = 24;
/**
* 离线告警延迟触发时间(分钟),设备离线超过此时间才触发告警
*/