Fix logic

This commit is contained in:
Nicolas Mowen 2024-04-29 17:03:16 -06:00
parent c2e33ef0e2
commit 92a1cec6af

View File

@ -733,7 +733,7 @@ class CameraState:
object_type = obj.obj_data["label"] object_type = obj.obj_data["label"]
active = ( active = (
obj.obj_data["motionless_count"] obj.obj_data["motionless_count"]
> self.camera_config.detect.stationary.threshold < self.camera_config.detect.stationary.threshold
) )
if ( if (