From 154d0c30c0f4df524e130740d0c72bcfdd2fa553 Mon Sep 17 00:00:00 2001 From: Scott Lamb Date: Sat, 28 Dec 2019 08:00:38 -0600 Subject: [PATCH] note caveat on signals schema --- guide/schema.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/guide/schema.md b/guide/schema.md index b89d29f..6e3e7e6 100644 --- a/guide/schema.md +++ b/guide/schema.md @@ -235,6 +235,8 @@ Version 5 adds over version 3: * permissions for users and sessions. Existing users will have only the `view_video` permission, matching their previous behavior. * the `signals` schema, used to store status of signals such as camera - motion detection, security system zones, etc. + motion detection, security system zones, etc. Note that while the schema + is stable for now, there's no support yet for configuring signals via + the `moonfire-nvr config` subcommand. * the ability to recover from a completely full sample file directory (#65) without manual intervention.