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",
|
"camera:type!=dome",
|
||||||
{
|
{
|
||||||
"and": [
|
"and": [
|
||||||
"camera:mount!=ceiling",
|
"camera:type=dome",
|
||||||
"camera:mount!=pole"
|
"camera:mount=wall"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in a new issue