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 fd64fc5 commit 8ef49ce
Showing 1 changed file with 163 additions and 48 deletions.
211 changes: 163 additions & 48 deletions docs/Set-Pixoo.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ Changes Pixoo Frames
---
### Related Links
* [Get-Pixoo](Get-Pixoo.md)



---
### Examples
#### EXAMPLE 1
Expand All @@ -27,9 +30,16 @@ One or more IP Addresses of Twinkly devices.



|Type |Requried|Postion|PipelineInput |
|-------------------|--------|-------|---------------------|
|```[IPAddress[]]```|false |1 |true (ByPropertyName)|
> **Type**: ```[IPAddress[]]```
> **Required**: false
> **Position**: 1
> **PipelineInput**:true (ByPropertyName)


---
#### **Brightness**

Expand All @@ -39,79 +49,135 @@ When passed with no other parameters, adjusts the absolute brightness



|Type |Requried|Postion|PipelineInput |
|--------------|--------|-------|---------------------|
|```[Single]```|false |2 |true (ByPropertyName)|
> **Type**: ```[Single]```
> **Required**: false
> **Position**: 2
> **PipelineInput**:true (ByPropertyName)


---
#### **Hue**

Sets the hue of all lights in a fixture



|Type |Requried|Postion|PipelineInput |
|--------------|--------|-------|---------------------|
|```[Double]```|false |3 |true (ByPropertyName)|
> **Type**: ```[Double]```
> **Required**: false
> **Position**: 3
> **PipelineInput**:true (ByPropertyName)


---
#### **Saturation**

Sets the saturation of all lights in a fixture



|Type |Requried|Postion|PipelineInput |
|--------------|--------|-------|---------------------|
|```[Double]```|false |4 |true (ByPropertyName)|
> **Type**: ```[Double]```
> **Required**: false
> **Position**: 4
> **PipelineInput**:true (ByPropertyName)


---
#### **On**

If set, will turn a Pixoo screen on.



|Type |Requried|Postion|PipelineInput |
|--------------|--------|-------|---------------------|
|```[Switch]```|false |named |true (ByPropertyName)|
> **Type**: ```[Switch]```
> **Required**: false
> **Position**: named
> **PipelineInput**:true (ByPropertyName)


---
#### **Off**

If set, will turn a Pixoo screen off.



|Type |Requried|Postion|PipelineInput |
|--------------|--------|-------|---------------------|
|```[Switch]```|false |named |true (ByPropertyName)|
> **Type**: ```[Switch]```
> **Required**: false
> **Position**: named
> **PipelineInput**:true (ByPropertyName)


---
#### **Visualizer**

If provided, will switch the Pixoo to a given numbered visualizer



|Type |Requried|Postion|PipelineInput |
|-------------|--------|-------|---------------------|
|```[Int32]```|false |5 |true (ByPropertyName)|
> **Type**: ```[Int32]```
> **Required**: false
> **Position**: 5
> **PipelineInput**:true (ByPropertyName)


---
#### **CustomPlaylist**

If provided, will switch the Pixoo custom playlist



|Type |Requried|Postion|PipelineInput |
|-------------|--------|-------|---------------------|
|```[Int32]```|false |6 |true (ByPropertyName)|
> **Type**: ```[Int32]```
> **Required**: false
> **Position**: 6
> **PipelineInput**:true (ByPropertyName)


---
#### **CloudChannel**

If provided, will switch the Pixoo's current Cloud Channel.



|Type |Requried|Postion|PipelineInput |
|-------------|--------|-------|---------------------|
|```[Int32]```|false |7 |true (ByPropertyName)|
> **Type**: ```[Int32]```
> **Required**: false
> **Position**: 7
> **PipelineInput**:true (ByPropertyName)


---
#### **Channel**

Expand All @@ -128,9 +194,16 @@ Valid Values:



|Type |Requried|Postion|PipelineInput |
|--------------|--------|-------|---------------------|
|```[String]```|false |8 |true (ByPropertyName)|
> **Type**: ```[String]```
> **Required**: false
> **Position**: 8
> **PipelineInput**:true (ByPropertyName)


---
#### **Stopwatch**

Expand All @@ -146,9 +219,16 @@ Valid Values:



|Type |Requried|Postion|PipelineInput |
|--------------|--------|-------|---------------------|
|```[String]```|false |9 |true (ByPropertyName)|
> **Type**: ```[String]```
> **Required**: false
> **Position**: 9
> **PipelineInput**:true (ByPropertyName)


---
#### **Timer**

Expand All @@ -157,19 +237,33 @@ If provided, will switch the Pixoo into a Timer, with the given timespan.



|Type |Requried|Postion|PipelineInput |
|----------------|--------|-------|---------------------|
|```[TimeSpan]```|false |10 |true (ByPropertyName)|
> **Type**: ```[TimeSpan]```
> **Required**: false
> **Position**: 10
> **PipelineInput**:true (ByPropertyName)


---
#### **NoiseMeter**

If set, will display a noise meter.



|Type |Requried|Postion|PipelineInput |
|--------------|--------|-------|---------------------|
|```[Switch]```|false |named |true (ByPropertyName)|
> **Type**: ```[Switch]```
> **Required**: false
> **Position**: named
> **PipelineInput**:true (ByPropertyName)


---
#### **RedScore**

Expand All @@ -179,9 +273,16 @@ If provided, will switch the Pixoo into a Scoreboard.



|Type |Requried|Postion|PipelineInput |
|-------------|--------|-------|---------------------|
|```[Int32]```|false |11 |true (ByPropertyName)|
> **Type**: ```[Int32]```
> **Required**: false
> **Position**: 11
> **PipelineInput**:true (ByPropertyName)


---
#### **BlueScore**

Expand All @@ -191,19 +292,33 @@ If provided, will switch the Pixoo into a Scoreboard.



|Type |Requried|Postion|PipelineInput |
|-------------|--------|-------|---------------------|
|```[Int32]```|false |12 |true (ByPropertyName)|
> **Type**: ```[Int32]```
> **Required**: false
> **Position**: 12
> **PipelineInput**:true (ByPropertyName)


---
#### **RGBColor**

If provided, will change the Pixoo into a single RGB color.



|Type |Requried|Postion|PipelineInput |
|--------------|--------|-------|---------------------|
|```[String]```|false |13 |true (ByPropertyName)|
> **Type**: ```[String]```
> **Required**: false
> **Position**: 13
> **PipelineInput**:true (ByPropertyName)


---
#### **WhatIf**
-WhatIf is an automatic variable that is created when a command has ```[CmdletBinding(SupportsShouldProcess)]```.
Expand Down

0 comments on commit 8ef49ce

Please sign in to comment.