Update mqtt.md

This commit is contained in:
Nicolas Mowen 2023-02-01 08:41:36 -07:00 committed by Nick Mowen
parent 80756b9054
commit 989fad255e

View File

@ -165,7 +165,7 @@ Topic to send PTZ commands to camera.
| Command | Description |
| ---------------------- | --------------------------------------------------------------------------------------- |
| `preset-<preset_name>` | send command to move to preset with name <preset_name> |
| `MOVE_<dir>` | send command to continuously move in <dir>, possible values are [UP, DOWN, LEFT, RIGHT] |
| `ZOOM_<dir>` | send command to continuously zoom <dir>, possible values are [IN, OUT] |
| `preset-<preset_name>` | send command to move to preset with name `<preset_name>` |
| `MOVE_<dir>` | send command to continuously move in `<dir>`, possible values are [UP, DOWN, LEFT, RIGHT] |
| `ZOOM_<dir>` | send command to continuously zoom `<dir>`, possible values are [IN, OUT] |
| `STOP` | send command to stop moving |