Click or drag to resize

ZWManagerActivateScene Method

Activate given scene to perform all its actions.

Namespace:  OpenZWave
Assembly:  OpenZWave (in OpenZWave.dll) Version: 255.255.255.255
Syntax
public bool ActivateScene(
	byte sceneId
)

Parameters

sceneId
Type: SystemByte
The Scene ID.

Return Value

Type: Boolean
true if it is successful.
See Also