From 8aaf7bb5e94443b506d49d27e78bc1fb4a24e23c Mon Sep 17 00:00:00 2001 From: StartAutomating Date: Mon, 15 Jan 2024 21:08:41 +0000 Subject: [PATCH] feat: Get-Awtrix -ListEffectName ( Fixes #105 ) --- docs/Get-Awtrix.md | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) 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] [] ```