fix: 电话通知报警,逻辑完善,改为报警电话列表获取电话号码,通知成功后24小时不再打电话等等。
This commit is contained in:
@@ -77,6 +77,13 @@ public class AliyunIotProperties {
|
||||
*/
|
||||
private int alarmNotificationIntervalMinutes = 30;
|
||||
|
||||
/**
|
||||
* 电话已成功通知后的抑制时间(小时)
|
||||
* 同一设备同一类型告警,如果已有回执成功(callStatus=3)的通知记录,则在此时间内不再重复发起电话通知
|
||||
* 默认 24 小时
|
||||
*/
|
||||
private int callSuccessSuppressHours = 24;
|
||||
|
||||
/**
|
||||
* 离线告警延迟触发时间(分钟),设备离线超过此时间才触发告警
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user