mirror of
https://github.com/PepperDash/PepperDashCore.git
synced 2026-02-04 07:14:48 +00:00
fixes required properties on ControlPropertiesConfig schema and removes JsonProperty attribute from TcpSshPropertiesConfig class
This commit is contained in:
@@ -185,15 +185,7 @@ namespace PepperDash.Core
|
||||
}
|
||||
},
|
||||
'required': [
|
||||
'method',
|
||||
'controlPortDevKey',
|
||||
'controlPortNumber',
|
||||
'controlPortName',
|
||||
'irFile',
|
||||
'ipid',
|
||||
'endOfLineChar',
|
||||
'endOfLineString',
|
||||
'deviceReadyResponsePattern'
|
||||
'method'
|
||||
]
|
||||
}
|
||||
";
|
||||
|
||||
@@ -11,7 +11,7 @@ namespace PepperDash.Core
|
||||
/// <summary>
|
||||
/// Configuration properties for TCP/SSH Connections
|
||||
/// </summary>
|
||||
[JsonProperty("tcpSshProperties")]
|
||||
|
||||
public class TcpSshPropertiesConfig : PropertiesConfigBase
|
||||
{
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user