Added more filters for zones, cameras, and objects.

This commit is contained in:
Undercover Computing
2025-08-10 17:59:48 +12:00
committed by GitHub
parent 41719c4557
commit 68749e219b
8 changed files with 315 additions and 81 deletions

14
alert_rules.json Normal file
View File

@ -0,0 +1,14 @@
{
"driveway": {
"labels": ["person", "car"],
"zones": ["Drive"]
},
"backyard": {
"labels": ["person", "dog"],
"zones": []
},
"garage": {
"labels": ["person"],
"zones": ["Front", "Side"]
}
}