Click or drag to resize

ZWManagerCancelControllerCommand Method

Cancels any in-progress command running on a controller.

Namespace:  OpenZWave
Assembly:  OpenZWave (in OpenZWave.dll) Version: 255.255.255.255
Syntax
public bool CancelControllerCommand(
	uint homeId
)

Parameters

homeId
Type: SystemUInt32
The Home ID of the Z-Wave controller.

Return Value

Type: Boolean
true if a command was running and was cancelled.
See Also