From 819aacf9dcd5aefdc8adda463f3f1c09d9ba44ad Mon Sep 17 00:00:00 2001 From: StartAutomating Date: Mon, 3 Oct 2022 03:05:23 +0000 Subject: [PATCH] Add-HueSensor: Adding -New (Fixes #25) --- docs/Disconnect-HueBridge.md | 22 +++++++++++++++++----- 1 file changed, 17 insertions(+), 5 deletions(-) diff --git a/docs/Disconnect-HueBridge.md b/docs/Disconnect-HueBridge.md index 7d0cac9..1e5cb33 100644 --- a/docs/Disconnect-HueBridge.md +++ b/docs/Disconnect-HueBridge.md @@ -12,6 +12,9 @@ Disconnects a new Hue Bridge and removes connection information. --- ### Related Links * [Connect-HueBridge](Connect-HueBridge.md) + + + --- ### Examples #### EXAMPLE 1 @@ -27,15 +30,24 @@ The IP Address of the Hue Bridge -|Type |Requried|Postion|PipelineInput | -|-----------------|--------|-------|---------------------| -|```[IPAddress]```|true |named |true (ByPropertyName)| +> **Type**: ```[IPAddress]``` + +> **Required**: true + +> **Position**: named + +> **PipelineInput**:true (ByPropertyName) + + + --- ### Outputs -System.Nullable +* [Nullable](https://learn.microsoft.com/en-us/dotnet/api/System.Nullable) + + +* [Management.Automation.PSObject](https://learn.microsoft.com/en-us/dotnet/api/System.Management.Automation.PSObject) -System.Management.Automation.PSObject ---