Save audio scores and add audio filter config (#7185)

* Send and save score for external events

* Add audio filters config

* Fix access

* Add docs

* Cleanup
This commit is contained in:
Nicolas Mowen
2023-07-17 05:07:15 -06:00
committed by GitHub
parent dacf45cd88
commit c5b8d13beb
7 changed files with 39 additions and 5 deletions

View File

@@ -899,6 +899,7 @@ def create_event(camera_name, label):
label,
json.get("source_type", "api"),
json.get("sub_label", None),
json.get("score", 0),
json.get("duration", 30),
json.get("include_recording", True),
json.get("draw", {}),