Click or drag to resize

ZWManagerAddSceneValue Method (Byte, ZWValueId, String)

Add a string Value ID to an existing scene.

Namespace:  OpenZWave
Assembly:  OpenZWave (in OpenZWave.dll) Version: 255.255.255.255
Syntax
public bool AddSceneValue(
	byte sceneId,
	ZWValueId valueId,
	string 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: SystemString
is the string value to be saved.

Return Value

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