fix:太阳能网控,离线报警优化配置。
This commit is contained in:
@@ -89,6 +89,13 @@ public class AliyunIotProperties {
|
||||
*/
|
||||
private int offlineWarnDelayMinutes = 6;
|
||||
|
||||
/**
|
||||
* 太阳能网控离线告警延迟触发时间(分钟)
|
||||
* 太阳能网控工作1分钟、休眠10分钟属于正常行为,需要更长的延迟才能判定为真正离线
|
||||
* 默认 30 分钟
|
||||
*/
|
||||
private int solarOfflineWarnDelayMinutes = 30;
|
||||
|
||||
/**
|
||||
* 夜间溶解氧饱和度告警阈值(%),超过此值时开始计时
|
||||
* 对应 C# DeviceSaturabilityWarnValue = 200
|
||||
|
||||
Reference in New Issue
Block a user