fixes required properties on ControlPropertiesConfig schema and removes JsonProperty attribute from TcpSshPropertiesConfig class

This commit is contained in:
Neil Dorin
2020-01-17 16:01:53 -07:00
parent 7c1317f437
commit 20075d06f5
2 changed files with 2 additions and 10 deletions

View File

@@ -185,15 +185,7 @@ namespace PepperDash.Core
}
},
'required': [
'method',
'controlPortDevKey',
'controlPortNumber',
'controlPortName',
'irFile',
'ipid',
'endOfLineChar',
'endOfLineString',
'deviceReadyResponsePattern'
'method'
]
}
";

View File

@@ -11,7 +11,7 @@ namespace PepperDash.Core
/// <summary>
/// Configuration properties for TCP/SSH Connections
/// </summary>
[JsonProperty("tcpSshProperties")]
public class TcpSshPropertiesConfig : PropertiesConfigBase
{
/// <summary>