Skip to content

Commit

Permalink
Add-HueSensor: Adding -New (Fixes #25)
Browse files Browse the repository at this point in the history
  • Loading branch information
StartAutomating authored and StartAutomating committed Oct 3, 2022
1 parent 7429770 commit c68685f
Showing 1 changed file with 53 additions and 15 deletions.
68 changes: 53 additions & 15 deletions docs/Set-KeyLight.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ Changes Elgato Key Lighting
---
### Related Links
* [Get-KeyLight](Get-KeyLight.md)



---
### Examples
#### EXAMPLE 1
Expand All @@ -27,9 +30,16 @@ One or more IP Addresses of Elgato Key Lighting devices.



|Type |Requried|Postion|PipelineInput |
|-------------------|--------|-------|---------------------|
|```[IPAddress[]]```|false |1 |true (ByPropertyName)|
> **Type**: ```[IPAddress[]]```
> **Required**: false
> **Position**: 1
> **PipelineInput**:true (ByPropertyName)


---
#### **Brightness**

Expand All @@ -39,39 +49,67 @@ When passed with no other parameters, adjusts the absolute brightness



|Type |Requried|Postion|PipelineInput |
|--------------|--------|-------|---------------------|
|```[Single]```|false |2 |true (ByPropertyName)|
> **Type**: ```[Single]```
> **Required**: false
> **Position**: 2
> **PipelineInput**:true (ByPropertyName)


---
#### **On**

If set, will turn the light on.



|Type |Requried|Postion|PipelineInput |
|--------------|--------|-------|---------------------|
|```[Switch]```|false |named |true (ByPropertyName)|
> **Type**: ```[Switch]```
> **Required**: false
> **Position**: named
> **PipelineInput**:true (ByPropertyName)


---
#### **Off**

If set, will turn the light on.



|Type |Requried|Postion|PipelineInput |
|--------------|--------|-------|---------------------|
|```[Switch]```|false |named |true (ByPropertyName)|
> **Type**: ```[Switch]```
> **Required**: false
> **Position**: named
> **PipelineInput**:true (ByPropertyName)


---
#### **ColorTemperature**

The color temperature as a Mired value.



|Type |Requried|Postion|PipelineInput |
|-------------|--------|-------|---------------------|
|```[Int32]```|false |3 |true (ByPropertyName)|
> **Type**: ```[Int32]```
> **Required**: false
> **Position**: 3
> **PipelineInput**:true (ByPropertyName)


---
#### **WhatIf**
-WhatIf is an automatic variable that is created when a command has ```[CmdletBinding(SupportsShouldProcess)]```.
Expand Down

0 comments on commit c68685f

Please sign in to comment.