mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-12 12:06:58 +00:00
Merge branch 'bugfix/ecs-629' into feature/ecs-497
Conflicts: Essentials Devices Common/Essentials Devices Common/Display/SamsungMDCDisplay.cs Essentials Devices Common/Essentials Devices Common/Essentials Devices Common.csproj Release Package/PepperDashEssentials.cpz Release Package/PepperDashEssentials.dll
This commit is contained in:
commit
43f0ae0533
6 changed files with 46 additions and 7 deletions
|
|
@ -108,10 +108,18 @@ namespace PepperDash.Essentials.Core.Routing
|
|||
/// </summary>
|
||||
public const string HdmiIn1 = "hdmiIn1";
|
||||
/// <summary>
|
||||
/// hdmiIn1PC
|
||||
/// </summary>
|
||||
public const string HdmiIn1PC = "hdmiIn1PC";
|
||||
/// <summary>
|
||||
/// hdmiIn2
|
||||
/// </summary>
|
||||
public const string HdmiIn2 = "hdmiIn2";
|
||||
/// <summary>
|
||||
/// hdmiIn2PC
|
||||
/// </summary>
|
||||
public const string HdmiIn2PC = "hdmiIn2PC";
|
||||
/// <summary>
|
||||
/// hdmiIn3
|
||||
/// </summary>
|
||||
public const string HdmiIn3 = "hdmiIn3";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue