Fix condition
This commit is contained in:
parent
3179e59f53
commit
85ed665f20
1 changed files with 2 additions and 2 deletions
|
@ -80,8 +80,8 @@
|
|||
"camera:type!=dome",
|
||||
{
|
||||
"and": [
|
||||
"camera:mount!=ceiling",
|
||||
"camera:mount!=pole"
|
||||
"camera:type=dome",
|
||||
"camera:mount=wall"
|
||||
]
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue