diff --git a/docs/Remove-HueRule.md b/docs/Remove-HueRule.md index 86bde69..92a337b 100644 --- a/docs/Remove-HueRule.md +++ b/docs/Remove-HueRule.md @@ -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 @@ -29,9 +38,16 @@ 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** @@ -39,9 +55,16 @@ If set, will treat the Name parameter as a regular expression pattern. By defau -|Type |Requried|Postion|PipelineInput | -|--------------|--------|-------|---------------------| -|```[Switch]```|false |named |true (ByPropertyName)| +> **Type**: ```[Switch]``` + +> **Required**: false + +> **Position**: named + +> **PipelineInput**:true (ByPropertyName) + + + --- #### **ExactMatch** @@ -49,9 +72,16 @@ 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** @@ -59,9 +89,16 @@ 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)]```. @@ -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) + + ---