Skip to content

Commit 7ebd43e

Browse files
remove extra slash (#180)
1 parent 7998307 commit 7ebd43e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/MQTT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@ Most OZW "Commands" run asynchronously meaning that the results of the command m
377377
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:
378378

379379
1) Command Accepted by OZW - This means any parameters required are passed and valid and that the OZW library has accepted the command
380-
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)
380+
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)
381381

382382

383383
## Command Status and Feedback

0 commit comments

Comments
 (0)