Click or drag to resize

ZWManagerDisablePoll Method

Disable the polling of a device's state.

Namespace:  OpenZWave
Assembly:  OpenZWave (in OpenZWave.dll) Version: 255.255.255.255
Syntax
public bool DisablePoll(
	ZWValueId valueId
)

Parameters

valueId
Type: OpenZWaveZWValueId
The ID of the value to stop polling.

Return Value

Type: Boolean
True if polling was disabled.
See Also