src/Bro.Device.SeerAGV/SeerAGVDriver.cs
@@ -439,6 +439,11 @@ OnLog?.Invoke(DateTime.Now, this, $"{Name}监听异常:{ex.GetExceptionMessage()}"); } } } public virtual void ResetAlarm() { IConfig.WarningSetCollection.ForEach(u => u.CurrentStatus = !u.TriggerValue); } #endregion }