From 80756b9054a997f48abb98a8cc0b2782195afaf9 Mon Sep 17 00:00:00 2001 From: Nicolas Mowen Date: Wed, 1 Feb 2023 08:38:29 -0700 Subject: [PATCH] Fix parsing --- docs/docs/integrations/mqtt.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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 |