From 3a773892135d06ccf7e090bfb8144dea3f01dcd1 Mon Sep 17 00:00:00 2001 From: James Brundage <@github.com> Date: Thu, 10 Nov 2022 19:10:57 -0800 Subject: [PATCH] Adding Get-LaMetricTime -Audio (Fixes #75) --- Functions/LaMetric/Get-LaMetricTime.ps.ps1 | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Functions/LaMetric/Get-LaMetricTime.ps.ps1 b/Functions/LaMetric/Get-LaMetricTime.ps.ps1 index 7cd8734..b1b7101 100644 --- a/Functions/LaMetric/Get-LaMetricTime.ps.ps1 +++ b/Functions/LaMetric/Get-LaMetricTime.ps.ps1 @@ -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]