Skip to content

Files

Latest commit

 

History

History
75 lines (41 loc) · 996 Bytes

Rename-HueSensor.md

File metadata and controls

75 lines (41 loc) · 996 Bytes

Rename-HueSensor

Synopsis

Renames Hue Sensors


Description

Renames one or more Hue Sensors.


Related Links


Examples

EXAMPLE 1

Rename-HueSensor

Parameters

OldName

The old name of the Sensor. This can be a wildcard or regular expression.

Type: [String]

Required: true

Position: 1

PipelineInput:true (ByPropertyName)


NewName

The new name of the Sensor. A number sign will be replaced with the match number.

Type: [String]

Required: true

Position: 2

PipelineInput:true (ByPropertyName)


Outputs


Syntax

Rename-HueSensor [-OldName] <String> [-NewName] <String> [<CommonParameters>]