Watches a NanoLeaf for touch events
Watches a NanoLeaf for touch events.
A background job is launched to monitor for UDP messages from a given Nanoleaf.
These messages are unpacked and translated into PowerShell events:
- NanoLeaf.Touch.Hover
- NanoLeaf.Touch.Hold
- NanoLeaf.Touch.Down
- NanoLeaf.Touch.Up
- NanoLeaf.Touch.Swipe
Watch-NanoLeaf
The IP Address of the NanoLeaf.
Type:
[IPAddress]
Required: false
Position: 1
PipelineInput:true (ByPropertyName)
The nanoleaf token
Type:
[String]
Required: false
Position: 2
PipelineInput:true (ByPropertyName)
The UDP port used for TouchStreamData
Type:
[String]
Required: false
Position: 3
PipelineInput:true (ByPropertyName)
Watch-NanoLeaf [[-IPAddress] <IPAddress>] [[-NanoLeafToken] <String>] [[-TouchEventsPort] <String>] [<CommonParameters>]