 | ZWManagerReleaseButton Method |
Stops an activity in a device.
Namespace:
OpenZWave
Assembly:
OpenZWave (in OpenZWave.dll) Version: 255.255.255.255
Syntaxpublic bool ReleaseButton(
ZWValueId id
)
Public Function ReleaseButton (
id As ZWValueId
) As Boolean
public:
virtual bool ReleaseButton(
[InAttribute] ZWValueId^ id
) sealed
Parameters
- id
- Type: OpenZWaveZWValueId
The unique identifier of the integer value.
Return Value
Type:
Booleantrue 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
RemarksSince buttons are write-only values that do not report a state, no notification callbacks are sent.
See Also