fix: fixes conditions for specific port and device matches

This commit is contained in:
Neil Dorin
2024-06-21 14:53:03 -06:00
parent 5aa1f85df5
commit e5e79316a6
2 changed files with 41 additions and 4 deletions

View File

@@ -13,7 +13,7 @@ using Serilog.Events;
namespace PepperDash.Essentials.Devices.Common
{
public class GenericSource : EssentialsDevice, IUiDisplayInfo, IRoutingSource, IRoutingOutputs, IUsageTracking
public class GenericSource : EssentialsDevice, IUiDisplayInfo, IRoutingSource, IUsageTracking
{
public uint DisplayUiType { get { return DisplayUiConstants.TypeNoControls; } }