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 |