mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-13 20:47:04 +00:00
fix: accidentally deleted some needed display interfaces
This commit is contained in:
parent
ae109f8f8a
commit
116ac0e168
1 changed files with 17 additions and 0 deletions
|
|
@ -0,0 +1,17 @@
|
||||||
|
using System;
|
||||||
|
using System.Collections.Generic;
|
||||||
|
using System.Linq;
|
||||||
|
using System.Text;
|
||||||
|
using Crestron.SimplSharp;
|
||||||
|
|
||||||
|
namespace PepperDash.Essentials.Devices.Displays
|
||||||
|
{
|
||||||
|
public interface IInputHdmi1 { void InputHdmi1(); }
|
||||||
|
public interface IInputHdmi2 { void InputHdmi2(); }
|
||||||
|
public interface IInputHdmi3 { void InputHdmi3(); }
|
||||||
|
public interface IInputHdmi4 { void InputHdmi4(); }
|
||||||
|
public interface IInputDisplayPort1 { void InputDisplayPort1(); }
|
||||||
|
public interface IInputDisplayPort2 { void InputDisplayPort2(); }
|
||||||
|
public interface IInputVga1 { void InputVga1(); }
|
||||||
|
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue