Gets Hue Groups
Gets Groups from one or more Hue Bridges
Get-HueRoom
If set, will get the schedules defined on the Hue bridge
Type:
[Switch]
Required: true
Position: named
PipelineInput:true (ByPropertyName)
If set, will get the rules defined on the Hue bridge
Type:
[Switch]
Required: true
Position: named
PipelineInput:true (ByPropertyName)
If set, will get the scenes defined on the Hue bridge
Type:
[Switch]
Required: true
Position: named
PipelineInput:true (ByPropertyName)
If set, will get the sensors defined on the Hue bridge
Type:
[Switch]
Required: true
Position: named
PipelineInput:true (ByPropertyName)
If set, will get the groups (or rooms) defined on the Hue bridge
Type:
[Switch]
Required: true
Position: named
PipelineInput:true (ByPropertyName)
If set, will get the device configuration
Type:
[Switch]
Required: true
Position: named
PipelineInput:true (ByPropertyName)
If set, will get the device capabilities
Type:
[Switch]
Required: true
Position: named
PipelineInput:true (ByPropertyName)
If set, will get resources defined on the device
Type:
[Switch]
Required: true
Position: named
PipelineInput:true (ByPropertyName)
If set, will get the lights defined on the device
Type:
[Switch]
Required: true
Position: named
PipelineInput:true (ByPropertyName)
If provided, will filter returned items by name
Type:
[String[]]
Required: false
Position: 1
PipelineInput:true (ByPropertyName)
If set, will treat the Name parameter as a regular expression pattern. By default, Name will be treated as a wildcard
Type:
[Switch]
Required: false
Position: named
PipelineInput:true (ByPropertyName)
If set, will treat the Name parameter as a specific match
Type:
[Switch]
Required: false
Position: named
PipelineInput:true (ByPropertyName)
If provided, will filter returned items by ID
Type:
[String[]]
Required: false
Position: named
PipelineInput:true (ByPropertyName)
If set, will requery each returned resource to retreive additional information.
Type:
[Switch]
Required: false
Position: named
PipelineInput:false
Get-HueRoom [[-Name] <String[]>] [-RegularExpression] [-ExactMatch] [-ID <String[]>] [-Detailed] [<CommonParameters>]
Get-HueRoom -Schedule [[-Name] <String[]>] [-RegularExpression] [-ExactMatch] [-ID <String[]>] [-Detailed] [<CommonParameters>]
Get-HueRoom -Rule [[-Name] <String[]>] [-RegularExpression] [-ExactMatch] [-ID <String[]>] [-Detailed] [<CommonParameters>]
Get-HueRoom -Scene [[-Name] <String[]>] [-RegularExpression] [-ExactMatch] [-ID <String[]>] [-Detailed] [<CommonParameters>]
Get-HueRoom -Sensor [[-Name] <String[]>] [-RegularExpression] [-ExactMatch] [-ID <String[]>] [-Detailed] [<CommonParameters>]
Get-HueRoom -Group [[-Name] <String[]>] [-RegularExpression] [-ExactMatch] [-ID <String[]>] [-Detailed] [<CommonParameters>]
Get-HueRoom -Configuration [[-Name] <String[]>] [-RegularExpression] [-ExactMatch] [-ID <String[]>] [-Detailed] [<CommonParameters>]
Get-HueRoom -Capability [[-Name] <String[]>] [-RegularExpression] [-ExactMatch] [-ID <String[]>] [-Detailed] [<CommonParameters>]
Get-HueRoom -Resource [[-Name] <String[]>] [-RegularExpression] [-ExactMatch] [-ID <String[]>] [-Detailed] [<CommonParameters>]
Get-HueRoom -Light [[-Name] <String[]>] [-RegularExpression] [-ExactMatch] [-ID <String[]>] [-Detailed] [<CommonParameters>]