HA4IoT.Tests.Mockups.TestButtonEndpoint.Release C# (CSharp) Method

Release() public method

public Release ( ) : void
return void
        public void Release()
        {
            Released?.Invoke(this, EventArgs.Empty);
        }
TestButtonEndpoint