mirror of
https://github.com/PepperDash/PepperDashCore.git
synced 2026-04-12 12:06:29 +00:00
Adds properties for Cec
This commit is contained in:
parent
335c766688
commit
28a42791a4
3 changed files with 5 additions and 2 deletions
|
|
@ -19,6 +19,9 @@ namespace PepperDash.Core
|
|||
[JsonProperty(NullValueHandling = NullValueHandling.Ignore)] // In case "null" is present in config on this value
|
||||
public uint ControlPortNumber { get; set; }
|
||||
|
||||
[JsonProperty(NullValueHandling = NullValueHandling.Ignore)] // In case "null" is present in config on this value
|
||||
public string ControlPortName { get; set; }
|
||||
|
||||
public TcpSshPropertiesConfig TcpSshProperties { get; set; }
|
||||
|
||||
public string IrFile { get; set; }
|
||||
|
|
|
|||
|
|
@ -8,6 +8,6 @@ namespace PepperDash.Core
|
|||
{
|
||||
public enum eControlMethod
|
||||
{
|
||||
None = 0, Com, IpId, IpidTcp, IR, Ssh, Tcpip, Telnet, Cresnet
|
||||
None = 0, Com, IpId, IpidTcp, IR, Ssh, Tcpip, Telnet, Cresnet, Cec
|
||||
}
|
||||
}
|
||||
|
|
@ -4,4 +4,4 @@
|
|||
[assembly: AssemblyCompany("")]
|
||||
[assembly: AssemblyProduct("Pepperdash_Core")]
|
||||
[assembly: AssemblyCopyright("Copyright © PepperDash 2016")]
|
||||
[assembly: AssemblyVersion("1.0.9.*")]
|
||||
[assembly: AssemblyVersion("1.0.10.*")]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue