HA4IoT.Tests.Mockups.TestMotionDetectorEndpoint.CompleteDetection C# (CSharp) Method

CompleteDetection() public method

public CompleteDetection ( ) : void
return void
        public void CompleteDetection()
        {
            DetectionCompleted?.Invoke(this, EventArgs.Empty);
        }
TestMotionDetectorEndpoint