diff --git a/src/PepperDash.Essentials.Core/Routing/IRoutingOutputSlot.cs b/src/PepperDash.Essentials.Core/Routing/IRoutingOutputSlot.cs index bd550713..160db482 100644 --- a/src/PepperDash.Essentials.Core/Routing/IRoutingOutputSlot.cs +++ b/src/PepperDash.Essentials.Core/Routing/IRoutingOutputSlot.cs @@ -5,7 +5,7 @@ namespace PepperDash.Essentials.Core.Routing { public interface IRoutingOutputSlot:IRoutingSlot { - event EventHandler OutputSlotChanged; + event EventHandler OutputSlotChanged; string RxDeviceKey { get; }