From b42e90e6c640ddcb6d255ef3698da50b89185685 Mon Sep 17 00:00:00 2001 From: Skyler Shaw Date: Fri, 7 Aug 2026 09:07:41 -0700 Subject: [PATCH] objectdetector: fix "Built-In Motion Sensor" description to say "Assist" instead of "Filter" (#2117) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The setting's three choices are Default/Assist/Replace, but the description text described the "Assist" behavior using the literal word "Filter" instead of interpolating BUILTIN_MOTION_SENSOR_ASSIST — no such option exists, which is confusing since this setting controls a real, consequential choice (whether Scrypted's own motion detection replaces or just verifies the camera's built-in sensor). Fixes #2116 --- plugins/objectdetector/src/main.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/objectdetector/src/main.ts b/plugins/objectdetector/src/main.ts index 92732da9a..626e8b2bb 100644 --- a/plugins/objectdetector/src/main.ts +++ b/plugins/objectdetector/src/main.ts @@ -64,7 +64,7 @@ class ObjectDetectionMixin extends SettingsMixinDeviceBase