From 989fad255ebe011b993bba40db659dd599a273d9 Mon Sep 17 00:00:00 2001 From: Nicolas Mowen Date: Wed, 1 Feb 2023 08:41:36 -0700 Subject: [PATCH] Update mqtt.md --- docs/docs/integrations/mqtt.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/docs/integrations/mqtt.md b/docs/docs/integrations/mqtt.md index d3d7604c7..814656258 100644 --- a/docs/docs/integrations/mqtt.md +++ b/docs/docs/integrations/mqtt.md @@ -165,7 +165,7 @@ Topic to send PTZ commands to camera. | Command | Description | | ---------------------- | --------------------------------------------------------------------------------------- | -| `preset-` | send command to move to preset with name | -| `MOVE_` | send command to continuously move in , possible values are [UP, DOWN, LEFT, RIGHT] | -| `ZOOM_` | send command to continuously zoom , possible values are [IN, OUT] | +| `preset-` | send command to move to preset with name `` | +| `MOVE_` | send command to continuously move in ``, possible values are [UP, DOWN, LEFT, RIGHT] | +| `ZOOM_` | send command to continuously zoom ``, possible values are [IN, OUT] | | `STOP` | send command to stop moving |