Browse Source

fix bug alarm

JET-JJY 1 month ago
parent
commit
9d0abfe7c5

+ 1 - 1
Furnace/FurnaceRT/Equipments/Systems/EquipmentManagerAlarmDefine.cs

@@ -528,7 +528,7 @@ namespace FurnaceRT.Equipments.Systems
                 Solution = "No information available. Press[Clear] to delete alarm message.",
                 Explaination = "No information available.",
                 AutoRecovery = false,
-                Level = EventLevel.Warning,
+                Level = EventLevel.Alarm,
                 Action = EventAction.Clear,
                 Category = "SystemAlarm",
             }, () => { return true; });