Click or drag to resize

ZWManagerSetSceneValue Method (Byte, ZWValueId, Int32)

Set a 32-bit signed integer Value ID to an existing scene's ValueID

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

Parameters

sceneId
Type: SystemByte
is an integer representing the unique Scene ID.
valueId
Type: OpenZWaveZWValueId
is the Value ID to be added.
value
Type: SystemInt32
is the int32 value to be saved.

Return Value

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