diff --git a/docs/docs/integrations/mqtt.md b/docs/docs/integrations/mqtt.md index e4613bdf7..d3d7604c7 100644 --- a/docs/docs/integrations/mqtt.md +++ b/docs/docs/integrations/mqtt.md @@ -163,9 +163,9 @@ Topic with current motion contour area for a camera. Published value is an integ 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] | -| STOP | send command to stop moving | \ No newline at end of file +| 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] | +| `STOP` | send command to stop moving |