Resolves #186 - Completely refactored HD-MD-Switch Class

This commit is contained in:
Trevor Payne
2020-05-15 10:42:56 -05:00
parent aef491855c
commit efd4f379ee
6 changed files with 310 additions and 96 deletions

View File

@@ -1,15 +0,0 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using Crestron.SimplSharp;
namespace PepperDash.Essentials.DM.Config
{
public class InputPropertiesConfig
{
public string Name { get; set; }
public bool DisableHdcp { get; set; }
}
}