Skip to content

Commit

Permalink
feat: Set-Awtrix ( Fixes #103 )
Browse files Browse the repository at this point in the history
  • Loading branch information
James Brundage committed Jan 18, 2024
2 parents 883545e + e27107b commit 20ae1de
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/Get-Awtrix.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,19 @@ This can be discovered thru the phone user interface or by using Find-Awtrix.
|`[IPAddress[]]`|false |named |true (ByPropertyName)|AwtrixIPAddress|

#### **ListEffectName**
If set, will list the effects supported by the Awtrix device.

|Type |Required|Position|PipelineInput |Aliases |
|----------|--------|--------|---------------------|---------------|
|`[Switch]`|false |named |true (ByPropertyName)|ListEffectNames|

#### **ApplicationLoop**
If set, will output the application loop on the Awtrix device.

|Type |Required|Position|PipelineInput |Aliases|
|----------|--------|--------|---------------------|-------|
|`[Switch]`|false |named |true (ByPropertyName)|AppLoop|

#### **Force**
If set, will clear any cached results.

Expand All @@ -59,3 +67,6 @@ Get-Awtrix [-IPAddress <IPAddress[]>] [-Force] [<CommonParameters>]
```PowerShell
Get-Awtrix [-IPAddress <IPAddress[]>] [-ListEffectName] [-Force] [<CommonParameters>]
```
```PowerShell
Get-Awtrix [-IPAddress <IPAddress[]>] [-ApplicationLoop] [-Force] [<CommonParameters>]
```

0 comments on commit 20ae1de

Please sign in to comment.