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': [ 'required': [
'method', 'method'
'controlPortDevKey',
'controlPortNumber',
'controlPortName',
'irFile',
'ipid',
'endOfLineChar',
'endOfLineString',
'deviceReadyResponsePattern'
] ]
} }
"; ";

View File

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