From acf79b94ffc9fbe8b5e585b9490dee2897edf482 Mon Sep 17 00:00:00 2001 From: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com> Date: Mon, 30 Jun 2025 10:17:06 -0500 Subject: [PATCH] docs --- docs/docs/configuration/genai.md | 2 ++ docs/docs/integrations/mqtt.md | 8 ++++++++ 2 files changed, 10 insertions(+) diff --git a/docs/docs/configuration/genai.md b/docs/docs/configuration/genai.md index 6e2389933..c6e8a34f6 100644 --- a/docs/docs/configuration/genai.md +++ b/docs/docs/configuration/genai.md @@ -27,6 +27,8 @@ cameras: enabled: False ``` +Generative AI can also be toggled dynamically for a camera via MQTT with the topic `frigate//genai/set`. See the [MQTT documentation](/integrations/mqtt/#frigatecamera_namegenaiset). + ## Ollama :::warning diff --git a/docs/docs/integrations/mqtt.md b/docs/docs/integrations/mqtt.md index 78206762f..b41b604b9 100644 --- a/docs/docs/integrations/mqtt.md +++ b/docs/docs/integrations/mqtt.md @@ -397,6 +397,14 @@ Topic to turn review detections for a camera on or off. Expected values are `ON` Topic with current state of review detections for a camera. Published values are `ON` and `OFF`. +### `frigate//genai/set` + +Topic to turn generative AI for a camera on or off. Expected values are `ON` and `OFF`. + +### `frigate//genai/state` + +Topic with current state of generative AI for a camera. Published values are `ON` and `OFF`. + ### `frigate//birdseye/set` Topic to turn Birdseye for a camera on and off. Expected values are `ON` and `OFF`. Birdseye mode