worker(alarms): SubtagAlarmConsumer synthesizing degraded transitions; dispatcher propagates Degraded

This commit is contained in:
Joseph Doherty
2026-06-13 09:35:49 -04:00
parent 1e2ed6d1ea
commit 4bd757a136
3 changed files with 531 additions and 1 deletions
@@ -191,7 +191,8 @@ public sealed class AlarmDispatcher : IDisposable
operatorUser: record.OperatorName,
operatorComment: record.AlarmComment,
category: record.Group,
description: string.Empty);
description: string.Empty,
degraded: record.Degraded);
}
private static ActiveAlarmSnapshot MapToSnapshot(MxAlarmSnapshotRecord record)