From 9c04c3421e79d0d3efe174c38d962c30f43e82b3 Mon Sep 17 00:00:00 2001 From: Charles Garwood Date: Tue, 20 Oct 2020 18:19:09 -0400 Subject: [PATCH] Add docs for ozw.cancel_command service (#14955) --- source/_integrations/ozw.markdown | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/source/_integrations/ozw.markdown b/source/_integrations/ozw.markdown index 3daeffdeb2c..08a3975b0ef 100644 --- a/source/_integrations/ozw.markdown +++ b/source/_integrations/ozw.markdown @@ -66,6 +66,15 @@ this operation. | ---------------------- | -------- | -------------------------------------------------- | | `instance_id` | no | The OZW Instance/Controller to use, defaults to 1. | +### Service `ozw.cancel_command` + +This service will cancel a pending command. Typically used if the add or remove node +services have been called but no node was added or removed. + +| Service Data Attribute | Required | Description | +| ---------------------- | -------- | -------------------------------------------------- | +| `instance_id` | no | The OZW Instance/Controller to use, defaults to 1. | + ### Service `ozw.set_usercode` This service will set the usercode to X at code slot Y.