diff --git a/src/PepperDash.Essentials.Core/DeviceTypeInterfaces/INvxNetworkPortInformation.cs b/src/PepperDash.Essentials.Core/DeviceTypeInterfaces/INvxNetworkPortInformation.cs index c1592c94..842c1aac 100644 --- a/src/PepperDash.Essentials.Core/DeviceTypeInterfaces/INvxNetworkPortInformation.cs +++ b/src/PepperDash.Essentials.Core/DeviceTypeInterfaces/INvxNetworkPortInformation.cs @@ -1,6 +1,7 @@ -using Crestron.SimplSharpPro.DM.Streaming; using System; using System.Collections.Generic; +using Crestron.SimplSharpPro.DM.Streaming; +using PepperDash.Core; namespace PepperDash.Essentials.Core { @@ -11,7 +12,7 @@ namespace PepperDash.Essentials.Core /// subscribers when the port information is updated. Implementations of this interface should ensure that the event is raised whenever the collection /// changes. - public interface INvxNetworkPortInformation + public interface INvxNetworkPortInformation : IKeyed { /// /// Occurs when the port information changes.