Click or drag to resize

ZWManagerSetSceneLabel Method

Sets a label for the particular scene.

Namespace:  OpenZWave
Assembly:  OpenZWave (in OpenZWave.dll) Version: 255.255.255.255
Syntax
public void SetSceneLabel(
	byte sceneId,
	string value
)

Parameters

sceneId
Type: SystemByte
The Scene ID
value
Type: SystemString
The new value of the label.
See Also