diff --git a/docs/Get-Awtrix.md b/docs/Get-Awtrix.md index c0ee36d..9feeaf9 100644 --- a/docs/Get-Awtrix.md +++ b/docs/Get-Awtrix.md @@ -35,7 +35,13 @@ This can be discovered thru the phone user interface or by using Find-Awtrix. |Type |Required|Position|PipelineInput |Aliases | |---------------|--------|--------|---------------------|---------------| -|`[IPAddress[]]`|false |1 |true (ByPropertyName)|AwtrixIPAddress| +|`[IPAddress[]]`|false |named |true (ByPropertyName)|AwtrixIPAddress| + +#### **ListEffectName** + +|Type |Required|Position|PipelineInput |Aliases | +|----------|--------|--------|---------------------|---------------| +|`[Switch]`|false |named |true (ByPropertyName)|ListEffectNames| #### **Force** If set, will clear any cached results. @@ -48,5 +54,8 @@ If set, will clear any cached results. ### Syntax ```PowerShell -Get-Awtrix [[-IPAddress] ] [-Force] [] +Get-Awtrix [-IPAddress ] [-Force] [] +``` +```PowerShell +Get-Awtrix [-IPAddress ] [-ListEffectName] [-Force] [] ```