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

DetectMotion() public method

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