 | ZWManagerAddSceneValue Method (Byte, ZWValueId, Int16) |
Add a 16-bit signed integer Value ID to an existing scene.
Namespace:
OpenZWave
Assembly:
OpenZWave (in OpenZWave.dll) Version: 255.255.255.255
Syntaxpublic bool AddSceneValue(
byte sceneId,
ZWValueId valueId,
short value
)
Public Function AddSceneValue (
sceneId As Byte,
valueId As ZWValueId,
value As Short
) As Boolean
public:
virtual bool AddSceneValue(
[InAttribute] unsigned char sceneId,
[InAttribute] ZWValueId^ valueId,
[InAttribute] short 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: SystemInt16
is the int16 value to be saved.
Return Value
Type:
Booleantrue if Value ID was added.
See Also