Added more filters for zones, cameras, and objects.
This commit is contained in:
committed by
GitHub
parent
41719c4557
commit
68749e219b
14
alert_rules.json
Normal file
14
alert_rules.json
Normal file
@ -0,0 +1,14 @@
|
||||
{
|
||||
"driveway": {
|
||||
"labels": ["person", "car"],
|
||||
"zones": ["Drive"]
|
||||
},
|
||||
"backyard": {
|
||||
"labels": ["person", "dog"],
|
||||
"zones": []
|
||||
},
|
||||
"garage": {
|
||||
"labels": ["person"],
|
||||
"zones": ["Front", "Side"]
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user