Gets Hue lights
Gets Hue lights from the Hue Bridge.
Get-HueLight
The name of the light
Type:
[String[]]
Required: true
Position: 1
PipelineInput:false
If set, will match patterns as regular expressions
Type:
[Switch]
Required: false
Position: named
PipelineInput:false
If set, will only match exact text
Type:
[Switch]
Required: false
Position: named
PipelineInput:false
The name of the room.
Type:
[String[]]
Required: true
Position: named
PipelineInput:false
The light ID.
Type:
[Int32]
Required: true
Position: named
PipelineInput:true (ByPropertyName)
If set, will get recently added lights.
Type:
[Switch]
Required: true
Position: named
PipelineInput:true (ByPropertyName)
Get-HueLight [-RegularExpression] [-ExactMatch] [<CommonParameters>]
Get-HueLight [-Name] <String[]> [-RegularExpression] [-ExactMatch] [<CommonParameters>]
Get-HueLight [-RegularExpression] [-ExactMatch] -Room <String[]> [<CommonParameters>]
Get-HueLight [-RegularExpression] [-ExactMatch] -LightID <Int32> [<CommonParameters>]
Get-HueLight [-RegularExpression] [-ExactMatch] -New [<CommonParameters>]