Click or drag to resize

ZWManagerRemoveSceneValue Method

Remove the Value ID from an existing scene.

Namespace:  OpenZWave
Assembly:  OpenZWave (in OpenZWave.dll) Version: 255.255.255.255
Syntax
public bool RemoveSceneValue(
	byte sceneId,
	ZWValueId valueId
)

Parameters

sceneId
Type: SystemByte
is an integer representing the unique Scene ID.
valueId
Type: OpenZWaveZWValueId
is the Value ID to be removed.

Return Value

Type: Boolean
true if Value ID was removed.
See Also