mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-14 21:16:48 +00:00
Added framework classes for 4x1
This commit is contained in:
parent
f98a429b55
commit
f099c88352
5 changed files with 51 additions and 1 deletions
15
Essentials DM/Essentials_DM/Config/InputPropertiesConfig.cs
Normal file
15
Essentials DM/Essentials_DM/Config/InputPropertiesConfig.cs
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
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; }
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue