Skip to content

Commit

Permalink
Set-Pixoo: -Rotation (Fixes #47)
Browse files Browse the repository at this point in the history
  • Loading branch information
StartAutomating authored and StartAutomating committed Oct 31, 2022
1 parent 264bd88 commit 3ddf921
Showing 1 changed file with 27 additions and 1 deletion.
28 changes: 27 additions & 1 deletion docs/Set-Pixoo.md
Original file line number Diff line number Diff line change
Expand Up @@ -352,6 +352,32 @@ The longitude for the device. Must be provided with -Latitude


---
#### **Rotation**

Set the device rotation.



Valid Values:

* 0
* 90
* 180
* 270



> **Type**: ```[Int32]```
> **Required**: false
> **Position**: 16
> **PipelineInput**:true (ByPropertyName)


---
#### **WhatIf**
-WhatIf is an automatic variable that is created when a command has ```[CmdletBinding(SupportsShouldProcess)]```.
Expand All @@ -368,6 +394,6 @@ If the command sets a ```[ConfirmImpact("Medium")]``` which is lower than ```$co
---
### Syntax
```PowerShell
Set-Pixoo [[-IPAddress] <IPAddress[]>] [[-Brightness] <Single>] [[-Hue] <Double>] [[-Saturation] <Double>] [-On] [-Off] [[-Visualizer] <Int32>] [[-CustomPlaylist] <Int32>] [[-CloudChannel] <Int32>] [[-Channel] <String>] [[-Stopwatch] <String>] [[-Timer] <TimeSpan>] [-NoiseMeter] [[-RedScore] <Int32>] [[-BlueScore] <Int32>] [[-RGBColor] <String>] [[-Latitude] <Double>] [[-Longitude] <Double>] [-WhatIf] [-Confirm] [<CommonParameters>]
Set-Pixoo [[-IPAddress] <IPAddress[]>] [[-Brightness] <Single>] [[-Hue] <Double>] [[-Saturation] <Double>] [-On] [-Off] [[-Visualizer] <Int32>] [[-CustomPlaylist] <Int32>] [[-CloudChannel] <Int32>] [[-Channel] <String>] [[-Stopwatch] <String>] [[-Timer] <TimeSpan>] [-NoiseMeter] [[-RedScore] <Int32>] [[-BlueScore] <Int32>] [[-RGBColor] <String>] [[-Latitude] <Double>] [[-Longitude] <Double>] [[-Rotation] <Int32>] [-WhatIf] [-Confirm] [<CommonParameters>]
```
---

0 comments on commit 3ddf921

Please sign in to comment.