Skip to content

Commit

Permalink
Add-HueSensor: Adding -New (Fixes #25)
Browse files Browse the repository at this point in the history
  • Loading branch information
StartAutomating authored and StartAutomating committed Oct 3, 2022
1 parent ca46a1b commit 761d24a
Showing 1 changed file with 27 additions and 8 deletions.
35 changes: 27 additions & 8 deletions docs/Connect-Pixoo.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ Connects to a Pixoo over Wifi
---
### Related Links
* [Get-Pixoo](Get-Pixoo.md)



---
### Examples
#### EXAMPLE 1
Expand All @@ -27,25 +30,41 @@ 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**

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


---
Expand Down

0 comments on commit 761d24a

Please sign in to comment.