diff --git a/docs/Set-Pixoo.md b/docs/Set-Pixoo.md index a047169..15c0121 100644 --- a/docs/Set-Pixoo.md +++ b/docs/Set-Pixoo.md @@ -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)]```. @@ -334,6 +368,6 @@ If the command sets a ```[ConfirmImpact("Medium")]``` which is lower than ```$co --- ### Syntax ```PowerShell -Set-Pixoo [[-IPAddress] ] [[-Brightness] ] [[-Hue] ] [[-Saturation] ] [-On] [-Off] [[-Visualizer] ] [[-CustomPlaylist] ] [[-CloudChannel] ] [[-Channel] ] [[-Stopwatch] ] [[-Timer] ] [-NoiseMeter] [[-RedScore] ] [[-BlueScore] ] [[-RGBColor] ] [-WhatIf] [-Confirm] [] +Set-Pixoo [[-IPAddress] ] [[-Brightness] ] [[-Hue] ] [[-Saturation] ] [-On] [-Off] [[-Visualizer] ] [[-CustomPlaylist] ] [[-CloudChannel] ] [[-Channel] ] [[-Stopwatch] ] [[-Timer] ] [-NoiseMeter] [[-RedScore] ] [[-BlueScore] ] [[-RGBColor] ] [[-Latitude] ] [[-Longitude] ] [-WhatIf] [-Confirm] [] ``` ---