Essentials/src/PepperDash.Essentials.Devices.Common/ImageProcessors/TVOne/TVOneCorioPropertiesConfig.cs
2023-02-07 15:45:01 -07:00

24 lines
No EOL
525 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using Crestron.SimplSharp;
using PepperDash.Core;
using PepperDash.Essentials.Core;
namespace PepperDash.Essentials.Devices.Common
{
/// <summary>
///
/// </summary>
public class TVOneCorioPropertiesConfig
{
public CommunicationMonitorConfig CommunicationMonitorProperties { get; set; }
public ControlPropertiesConfig Control { get; set; }
public string userName { get; set; }
public string password { get; set; }
}
}