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 ba1319e commit 6b9e545
Showing 1 changed file with 36 additions and 10 deletions.
46 changes: 36 additions & 10 deletions docs/Find-NanoLeaf.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ Finds NanoLeaf controllers on your local area network, using SSDP.
---
### Related Links
* [Connect-NanoLeaf](Connect-NanoLeaf.md)



---
### Examples
#### EXAMPLE 1
Expand All @@ -27,9 +30,16 @@ The search timeout, in seconds. Increase this number on slower networks.



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


---
#### **Force**

Expand All @@ -38,9 +48,16 @@ Otherwise, the most recent cached result will be returned.



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


---
#### **DeviceType**

Expand All @@ -49,12 +66,21 @@ Changing this value is unlikely to find any NanoLeaf controllers, but you can se



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


---
### Outputs
Roku.BasicInfo
* Roku.BasicInfo




---
Expand Down

0 comments on commit 6b9e545

Please sign in to comment.