 | ZWManagerCancelControllerCommand Method |
Cancels any in-progress command running on a controller.
Namespace:
OpenZWave
Assembly:
OpenZWave (in OpenZWave.dll) Version: 255.255.255.255
Syntaxpublic bool CancelControllerCommand(
uint homeId
)
Public Function CancelControllerCommand (
homeId As UInteger
) As Boolean
public:
virtual bool CancelControllerCommand(
[InAttribute] unsigned int homeId
) sealed
Parameters
- homeId
- Type: SystemUInt32
The Home ID of the Z-Wave controller.
Return Value
Type:
Booleantrue if a command was running and was cancelled.
See Also