Skip to content

Files

Latest commit

 

History

History
138 lines (65 loc) · 1.78 KB

Read-HueSensor.md

File metadata and controls

138 lines (65 loc) · 1.78 KB

Read-HueSensor

Synopsis

Reads Hue Sensors


Description

Reads Sensors values from the Hue Bridge


Related Links


Examples

EXAMPLE 1

Read-HueSensor -Name Daylight

Parameters

Name

If provided, will filter returned items by name

Type: [String[]]

Required: false

Position: 1

PipelineInput:true (ByPropertyName)


RegularExpression

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)


ExactMatch

If set, will treat the Name parameter as a specific match

Type: [Switch]

Required: false

Position: named

PipelineInput:true (ByPropertyName)


ID

If provided, will filter returned items by ID

Type: [String[]]

Required: false

Position: named

PipelineInput:true (ByPropertyName)


Config

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


Outputs


Syntax

Read-HueSensor [[-Name] <String[]>] [-RegularExpression] [-ExactMatch] [-ID <String[]>] [-Config] [<CommonParameters>]