From bf9fe1b3cddc31f941b26af53e9902bc20c2469c Mon Sep 17 00:00:00 2001 From: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com> Date: Sat, 14 Dec 2024 13:57:40 -0600 Subject: [PATCH] fix mqtt docs --- docs/docs/integrations/mqtt.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/docs/integrations/mqtt.md b/docs/docs/integrations/mqtt.md index a0119a0ff..72b09c915 100644 --- a/docs/docs/integrations/mqtt.md +++ b/docs/docs/integrations/mqtt.md @@ -312,19 +312,19 @@ Topic with current state of the PTZ autotracker for a camera. Published values a Topic to determine if PTZ autotracker is actively tracking an object. Published values are `ON` and `OFF`. -### `frigate//review/alerts/set` +### `frigate//review_alerts/set` Topic to turn review alerts for a camera on or off. Expected values are `ON` and `OFF`. -### `frigate//review/alerts/state` +### `frigate//review_alerts/state` Topic with current state of review alerts for a camera. Published values are `ON` and `OFF`. -### `frigate//review/detections/set` +### `frigate//review_detections/set` Topic to turn review detections for a camera on or off. Expected values are `ON` and `OFF`. -### `frigate//review/detections/state` +### `frigate//review_detections/state` Topic with current state of review detections for a camera. Published values are `ON` and `OFF`.