mirror of
https://github.com/PepperDash/PepperDashCore.git
synced 2026-02-15 20:54:46 +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': [
|
'required': [
|
||||||
'method',
|
'method'
|
||||||
'controlPortDevKey',
|
|
||||||
'controlPortNumber',
|
|
||||||
'controlPortName',
|
|
||||||
'irFile',
|
|
||||||
'ipid',
|
|
||||||
'endOfLineChar',
|
|
||||||
'endOfLineString',
|
|
||||||
'deviceReadyResponsePattern'
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
";
|
";
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user