diff --git a/Commands/Twinkly/Get-Twinkly.ps1 b/Commands/Twinkly/Get-Twinkly.ps1 index d799e52..6812766 100644 --- a/Commands/Twinkly/Get-Twinkly.ps1 +++ b/Commands/Twinkly/Get-Twinkly.ps1 @@ -22,6 +22,7 @@ # If set, will get the operation mode [Parameter(Mandatory,ValueFromPipelineByPropertyName,ParameterSetName='/xled/v1/led/mode')] + [Alias('CurrentMode')] [switch] $OperationMode,