Skip to content

Commit

Permalink
remove extra slash (#180)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdrackett committed Nov 3, 2020
1 parent 7998307 commit 7ebd43e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/MQTT.md
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ Most OZW "Commands" run asynchronously meaning that the results of the command m
The MQTT Client for OZW will usually report the status of each command it process in at least one stage, although some commands will return the progress of the command:

1) Command Accepted by OZW - This means any parameters required are passed and valid and that the OZW library has accepted the command
2) For some commands, the subsequent updates are reported via Notifications, which will be reported to the `/OpenZWave/<instance>/event/<command>/` (where command may be a specific command, or in some cases, "ControllerCommand" where the notification may be generic in nature)
2) For some commands, the subsequent updates are reported via Notifications, which will be reported to the `OpenZWave/<instance>/event/<command>/` (where command may be a specific command, or in some cases, "ControllerCommand" where the notification may be generic in nature)


## Command Status and Feedback
Expand Down

0 comments on commit 7ebd43e

Please sign in to comment.