 | ZWManagerAddSceneValueListSelection Method (Byte, ZWValueId, String) |
Add the selected item list Value ID to an existing scene (as a string).
Namespace:
OpenZWave
Assembly:
OpenZWave (in OpenZWave.dll) Version: 255.255.255.255
Syntaxpublic bool AddSceneValueListSelection(
byte sceneId,
ZWValueId valueId,
string value
)
Public Function AddSceneValueListSelection (
sceneId As Byte,
valueId As ZWValueId,
value As String
) As Boolean
public:
virtual bool AddSceneValueListSelection(
[InAttribute] unsigned char sceneId,
[InAttribute] ZWValueId^ valueId,
[InAttribute] String^ value
) sealed
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:
Booleantrue if Value ID was added.
See Also