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 78737b1 commit 9dfc330
Showing 1 changed file with 29 additions and 7 deletions.
36 changes: 29 additions & 7 deletions docs/Rename-HueLight.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,13 @@ Renames one or more Hue lights.
---
### Related Links
* [Get-HueBridge](Get-HueBridge.md)



* [Get-HueLight](Get-HueLight.md)



---
### Examples
#### EXAMPLE 1
Expand All @@ -28,22 +34,38 @@ The old name of the light. This can be a wildcard or regular expression.



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


---
#### **NewName**

The new name of the light. A number sign will be replaced with the match number.



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


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




---
Expand Down

0 comments on commit 9dfc330

Please sign in to comment.