mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-01-11 19:44:52 +00:00
13 lines
257 B
C#
13 lines
257 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Text;
|
|
using Crestron.SimplSharp;
|
|
|
|
namespace PepperDash.Essentials.Devices.Common
|
|
{
|
|
public class EvertzEndpointVarIds
|
|
{
|
|
private string HdmiPort01SyncStatus = "136.0";
|
|
}
|
|
} |