note caveat on signals schema

This commit is contained in:
Scott Lamb 2019-12-28 08:00:38 -06:00
parent 72d301af6e
commit 154d0c30c0
1 changed files with 3 additions and 1 deletions

View File

@ -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.