fix:太阳能网控,离线报警优化配置。

This commit is contained in:
tianyongbao
2026-04-26 07:24:50 +08:00
parent b3dcaaf209
commit e5babe0469
3 changed files with 27 additions and 1 deletions

View File

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