mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-15 05:27:16 +00:00
fix: fixes conditions for specific port and device matches
This commit is contained in:
parent
5aa1f85df5
commit
e5e79316a6
2 changed files with 41 additions and 4 deletions
|
|
@ -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; } }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue