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; } } }