Skip to content

Commit

Permalink
Adding Get-LaMetricTime -Audio (Fixes #75)
Browse files Browse the repository at this point in the history
  • Loading branch information
James Brundage committed Nov 11, 2022
1 parent 27b1f72 commit 3a77389
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Functions/LaMetric/Get-LaMetricTime.ps.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@ function Get-LaMetricTime
[switch]
$Display,

# If set, will get audio settings of an LaMetric Time device
[Parameter(Mandatory,ParameterSetName='api/v2/device/audio')]
[switch]
$Audio,

# If set, will get bluetooth settings of an LaMetric Time device
[Parameter(Mandatory,ParameterSetName='api/v2/device/bluetooth')]
[switch]
Expand Down

0 comments on commit 3a77389

Please sign in to comment.