C# Class HA4IoT.Tests.Mockups.TestButton

Inheritance: HA4IoT.Sensors.Buttons.Button
Show file Open project: chkr1011/CK.HomeAutomation Class Usage Examples

Public Methods

Method Description
PressLong ( ) : void
PressShortly ( ) : void
TestButton ( ComponentId id, TestButtonEndpoint endpoint, ITimerService timerService, ISettingsService settingsService ) : System

Method Details

PressLong() public method

public PressLong ( ) : void
return void

PressShortly() public method

public PressShortly ( ) : void
return void

TestButton() public method

public TestButton ( ComponentId id, TestButtonEndpoint endpoint, ITimerService timerService, ISettingsService settingsService ) : System
id ComponentId
endpoint TestButtonEndpoint
timerService ITimerService
settingsService ISettingsService
return System