From fb5c7cfe6f35d1c1bbc46991092396f74bfb260d Mon Sep 17 00:00:00 2001 From: Josh Hawkins Date: Thu, 24 Mar 2022 14:05:34 -0500 Subject: [PATCH] Update mqtt docs for improve_contrast topic --- docs/docs/integrations/mqtt.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/docs/integrations/mqtt.md b/docs/docs/integrations/mqtt.md index eed1a2264..af4ce5c0a 100644 --- a/docs/docs/integrations/mqtt.md +++ b/docs/docs/integrations/mqtt.md @@ -115,3 +115,10 @@ Topic to turn snapshots for a camera on and off. Expected values are `ON` and `O ### `frigate//snapshots/state` Topic with current state of snapshots for a camera. Published values are `ON` and `OFF`. +### `frigate//improve_contrast/set` + +Topic to turn improve_contrast for a camera on and off. Expected values are `ON` and `OFF`. + +### `frigate//improve_contrast/state` + +Topic with current state of improve_contrast for a camera. Published values are `ON` and `OFF`.