Click or drag to resize

ZWManagerReleaseButton Method

Stops an activity in a device.

Namespace:  OpenZWave
Assembly:  OpenZWave (in OpenZWave.dll) Version: 255.255.255.255
Syntax
public bool ReleaseButton(
	ZWValueId id
)

Parameters

id
Type: OpenZWaveZWValueId
The unique identifier of the integer value.

Return Value

Type: Boolean
true if the activity was stopped. Returns false if the value is not a ZWValueID::ValueType_Button. The type can be tested with a call to ZWValueID::GetType
Remarks
Since buttons are write-only values that do not report a state, no notification callbacks are sent.
See Also