mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-01-22 00:45:04 +00:00
16 lines
317 B
C#
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; }
|
|
}
|
|
} |