diff --git a/docs/Connect-Pixoo.md b/docs/Connect-Pixoo.md index 867059a..be72c77 100644 --- a/docs/Connect-Pixoo.md +++ b/docs/Connect-Pixoo.md @@ -12,6 +12,9 @@ Connects to a Pixoo over Wifi --- ### Related Links * [Get-Pixoo](Get-Pixoo.md) + + + --- ### Examples #### EXAMPLE 1 @@ -27,9 +30,16 @@ The IP Address for the Twinkly device. This can be discovered thru the phone us -|Type |Requried|Postion|PipelineInput | -|-----------------|--------|-------|---------------------| -|```[IPAddress]```|true |1 |true (ByPropertyName)| +> **Type**: ```[IPAddress]``` + +> **Required**: true + +> **Position**: 1 + +> **PipelineInput**:true (ByPropertyName) + + + --- #### **PassThru** @@ -37,15 +47,24 @@ If set, will output the connection information. -|Type |Requried|Postion|PipelineInput| -|--------------|--------|-------|-------------| -|```[Switch]```|false |named |false | +> **Type**: ```[Switch]``` + +> **Required**: false + +> **Position**: named + +> **PipelineInput**:false + + + --- ### Outputs -System.Nullable +* [Nullable](https://learn.microsoft.com/en-us/dotnet/api/System.Nullable) + + +* [Management.Automation.PSObject](https://learn.microsoft.com/en-us/dotnet/api/System.Management.Automation.PSObject) -System.Management.Automation.PSObject ---