From d2b7400039dc33ade1f5ebad4b0ab4bcd5a13a8f Mon Sep 17 00:00:00 2001 From: Andrew Welker Date: Fri, 5 Sep 2025 15:55:20 -0500 Subject: [PATCH] fix: INvxNetworkPortInformation inherits from IKeyed --- .../DeviceTypeInterfaces/INvxNetworkPortInformation.cs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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.