Skip to content

Commit

Permalink
feat: Get-Awtrix -ListEffectName ( Fixes #105 )
Browse files Browse the repository at this point in the history
  • Loading branch information
StartAutomating authored and StartAutomating committed Jan 15, 2024
1 parent b14bd5f commit 8aaf7bb
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions docs/Get-Awtrix.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -48,5 +54,8 @@ If set, will clear any cached results.

### Syntax
```PowerShell
Get-Awtrix [[-IPAddress] <IPAddress[]>] [-Force] [<CommonParameters>]
Get-Awtrix [-IPAddress <IPAddress[]>] [-Force] [<CommonParameters>]
```
```PowerShell
Get-Awtrix [-IPAddress <IPAddress[]>] [-ListEffectName] [-Force] [<CommonParameters>]
```

0 comments on commit 8aaf7bb

Please sign in to comment.