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 77c3798 commit b0377b4
Showing 1 changed file with 52 additions and 13 deletions.
65 changes: 52 additions & 13 deletions docs/Remove-HueRule.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,17 @@ Removes Rules from one or more Hue Bridges
---
### Related Links
* [Get-HueRule](Get-HueRule.md)



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



* [Send-HueBridge](Send-HueBridge.md)



---
### Examples
#### EXAMPLE 1
Expand All @@ -29,39 +38,67 @@ If provided, will filter returned items by name



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


---
#### **RegularExpression**

If set, will treat the Name parameter as a regular expression pattern. By default, Name will be treated as a wildcard



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


---
#### **ExactMatch**

If set, will treat the Name parameter as a specific match



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


---
#### **ID**

If provided, will filter returned items by ID



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


---
#### **WhatIf**
-WhatIf is an automatic variable that is created when a command has ```[CmdletBinding(SupportsShouldProcess)]```.
Expand All @@ -77,7 +114,9 @@ If the command sets a ```[ConfirmImpact("Medium")]``` which is lower than ```$co

---
### 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 b0377b4

Please sign in to comment.