Click or drag to resize

ZWManagerSetChangeVerified Method

Sets a flag indicating whether value changes noted upon a refresh should be verified. If so, the library will immediately refresh the value a second time whenever a change is observed. This helps to filter out spurious data reported occasionally by some devices.

Namespace:  OpenZWave
Assembly:  OpenZWave (in OpenZWave.dll) Version: 255.255.255.255
Syntax
public void SetChangeVerified(
	ZWValueId id,
	bool verify
)

Parameters

id
Type: OpenZWaveZWValueId
The unique identifier of the value whose changes should or should not be verified.
verify
Type: SystemBoolean
if true, verify changes; if false, don't verify changes.
See Also