Skip to content

Commit

Permalink
Set-Pixoo: Adding -Latitutde and -Longitude (Fixes #48)
Browse files Browse the repository at this point in the history
  • Loading branch information
StartAutomating authored and StartAutomating committed Oct 31, 2022
1 parent 7cc6f74 commit 370e51e
Showing 1 changed file with 35 additions and 1 deletion.
36 changes: 35 additions & 1 deletion docs/Set-Pixoo.md
Original file line number Diff line number Diff line change
Expand Up @@ -318,6 +318,40 @@ If provided, will change the Pixoo into a single RGB color.


---
#### **Latitude**

The latitude for the device. Must be provided with -Longitude



> **Type**: ```[Double]```
> **Required**: false
> **Position**: 14
> **PipelineInput**:true (ByPropertyName)


---
#### **Longitude**

The longitude for the device. Must be provided with -Latitude



> **Type**: ```[Double]```
> **Required**: false
> **Position**: 15
> **PipelineInput**:true (ByPropertyName)


---
#### **WhatIf**
-WhatIf is an automatic variable that is created when a command has ```[CmdletBinding(SupportsShouldProcess)]```.
Expand All @@ -334,6 +368,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>] [-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>] [-WhatIf] [-Confirm] [<CommonParameters>]
```
---

0 comments on commit 370e51e

Please sign in to comment.