From daffe0294bbcfbe79eb388efcd70c34edf8a0298 Mon Sep 17 00:00:00 2001 From: Isaac Connor Date: Wed, 2 Oct 2024 16:16:53 -0400 Subject: [PATCH] Add ONVIF as a Notes filter --- web/includes/Filter.php | 1 + 1 file changed, 1 insertion(+) diff --git a/web/includes/Filter.php b/web/includes/Filter.php index 8e6418e229..d37919112f 100644 --- a/web/includes/Filter.php +++ b/web/includes/Filter.php @@ -1270,6 +1270,7 @@ public function simple_widget() { } $options = [ 'Motion' => 'Motion', + 'ONVIF' => 'ONVIF', 'detected' => 'Any Object', 'aplr' => 'Any license plate', 'person'=>'Person',