feat(alarms): carry transition Kind on AlarmEventArgs; Galaxy populates it (Phase B WS-1)
This commit is contained in:
+5
@@ -6,6 +6,11 @@ using Xunit;
|
||||
using ZB.MOM.WW.OtOpcUa.Core.Abstractions;
|
||||
using ZB.MOM.WW.OtOpcUa.Driver.Galaxy.Runtime;
|
||||
|
||||
// Core.Abstractions now also defines an AlarmTransitionKind (the AlarmEventArgs surface
|
||||
// kind). This file drives the gateway proto, so pin the bare token to the proto enum to
|
||||
// preserve the existing references unchanged.
|
||||
using AlarmTransitionKind = ZB.MOM.WW.MxGateway.Contracts.Proto.AlarmTransitionKind;
|
||||
|
||||
namespace ZB.MOM.WW.OtOpcUa.Driver.Galaxy.Tests.Runtime;
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user