Skip to content

Commit

Permalink
feat: $LightScript ( Fixes #104 )
Browse files Browse the repository at this point in the history
  • Loading branch information
StartAutomating authored and StartAutomating committed Jan 14, 2024
1 parent 4405572 commit 9cfc98b
Showing 1 changed file with 37 additions and 116 deletions.
153 changes: 37 additions & 116 deletions docs/Get-LaMetricTime.md
Original file line number Diff line number Diff line change
@@ -1,195 +1,117 @@
Get-LaMetricTime
----------------

### Synopsis
Gets LaMetricTime

---

### Description

Gets LaMetricTime devices.

---

### Related Links
* [Connect-LaMetricTime](Connect-LaMetricTime.md)



* [Set-LaMetricTime](Set-LaMetricTime.md)



---

### Examples
#### EXAMPLE 1
> EXAMPLE 1
```PowerShell
Get-LaMetricTime
```
> EXAMPLE 2
#### EXAMPLE 2
```PowerShell
Get-LaMetricTime -Audio # Gets audio settings
```
> EXAMPLE 3
#### EXAMPLE 3
```PowerShell
Get-LaMetricTime -Bluetooth # Gets bluetooth settings
```
> EXAMPLE 4
#### EXAMPLE 4
```PowerShell
Get-LaMetricTime -Notification # Gets notifications (there may be none)
```
> EXAMPLE 5
#### EXAMPLE 5
```PowerShell
Get-LaMetricTime -Audio # Gets audio settings
```

---

### Parameters
#### **IPAddress**

One or more IP Addresses of LaMetricTime devices.

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


> **Type**: ```[IPAddress[]]```
> **Required**: false
> **Position**: named
> **PipelineInput**:true (ByPropertyName)


---
#### **Application**

If set, will get apps from an LaMetric device.

|Type |Required|Position|PipelineInput|Aliases |
|----------|--------|--------|-------------|-----------------------------|
|`[Switch]`|true |named |false |App<br/>Apps<br/>Applications|


> **Type**: ```[Switch]```
> **Required**: true
> **Position**: named
> **PipelineInput**:false


---
#### **Audio**

If set, will get audio settings of an LaMetric Time device

|Type |Required|Position|PipelineInput|
|----------|--------|--------|-------------|
|`[Switch]`|true |named |false |


> **Type**: ```[Switch]```
> **Required**: true
> **Position**: named
> **PipelineInput**:false


---
#### **Bluetooth**

If set, will get bluetooth settings of an LaMetric Time device

|Type |Required|Position|PipelineInput|
|----------|--------|--------|-------------|
|`[Switch]`|true |named |false |


> **Type**: ```[Switch]```
> **Required**: true
> **Position**: named
> **PipelineInput**:false


---
#### **Display**

If set, will get display settings of an LaMetric Time device

|Type |Required|Position|PipelineInput|
|----------|--------|--------|-------------|
|`[Switch]`|true |named |false |


> **Type**: ```[Switch]```
> **Required**: true
> **Position**: named
> **PipelineInput**:false


---
#### **Notification**

If set, will get LaMetric Time notifications

|Type |Required|Position|PipelineInput|Aliases |
|----------|--------|--------|-------------|-------------|
|`[Switch]`|true |named |false |Notifications|


> **Type**: ```[Switch]```
> **Required**: true
> **Position**: named
> **PipelineInput**:false


---
#### **Package**

If set, will get details about a particular package of an LaMetric Time device.

|Type |Required|Position|PipelineInput |
|----------|--------|--------|---------------------|
|`[String]`|true |named |true (ByPropertyName)|


> **Type**: ```[String]```
> **Required**: true
> **Position**: named
> **PipelineInput**:true (ByPropertyName)


---
#### **WiFi**

If set, will get wifi settings of an LaMetric Time device



> **Type**: ```[Switch]```
> **Required**: true
> **Position**: named
> **PipelineInput**:false

|Type |Required|Position|PipelineInput|
|----------|--------|--------|-------------|
|`[Switch]`|true |named |false |

---

### Outputs
* [Management.Automation.PSObject](https://learn.microsoft.com/en-us/dotnet/api/System.Management.Automation.PSObject)




---

### Syntax
```PowerShell
Get-LaMetricTime [-IPAddress <IPAddress[]>] [<CommonParameters>]
Expand All @@ -215,4 +137,3 @@ Get-LaMetricTime [-IPAddress <IPAddress[]>] -Package <String> [<CommonParameters
```PowerShell
Get-LaMetricTime [-IPAddress <IPAddress[]>] -WiFi [<CommonParameters>]
```
---

0 comments on commit 9cfc98b

Please sign in to comment.