Fix condition

This commit is contained in:
pietervdvn 2020-12-27 22:24:27 +01:00
parent 3179e59f53
commit 85ed665f20

View file

@ -80,8 +80,8 @@
"camera:type!=dome", "camera:type!=dome",
{ {
"and": [ "and": [
"camera:mount!=ceiling", "camera:type=dome",
"camera:mount!=pole" "camera:mount=wall"
] ]
} }
] ]