From 619de5817cfc830a5206595bd16058431885249c Mon Sep 17 00:00:00 2001 From: Nick Mowen Date: Mon, 6 Jun 2022 07:08:16 -0600 Subject: [PATCH] Update docs to include default --- docs/docs/configuration/index.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/docs/configuration/index.md b/docs/docs/configuration/index.md index fa3a6f2fa..d35f4d755 100644 --- a/docs/docs/configuration/index.md +++ b/docs/docs/configuration/index.md @@ -342,6 +342,15 @@ snapshots: objects: person: 15 +# Optional: Frontend UI Configuration +ui: + # Optional: Enable experimental frontend ui features (default: shown below). + use_experimental: false + # Optional: Configuration for frontend timestamp + timestamp: + # Optional: Show hour as 12-hour format (default: shown below). + hour_12: true + # Optional: RTMP configuration # NOTE: RTMP is deprecated in favor of restream # NOTE: Can be overridden at the camera level