Files
Essentials/essentials-framework/Essentials DM/Essentials_DM/Config/InputPropertiesConfig.cs

16 lines
317 B
C#

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