Reads Hue Sensors
Reads Sensors values from the Hue Bridge
Read-HueSensor -Name Daylight
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 read values from the configuration. By default, values are read from the sensor state.
Type:
[Switch]
Required: false
Position: named
PipelineInput:false
Read-HueSensor [[-Name] <String[]>] [-RegularExpression] [-ExactMatch] [-ID <String[]>] [-Config] [<CommonParameters>]