C# Class HA4IoT.Tests.Mockups.TestMotionDetector

Inheritance: IMotionDetector
Mostrar archivo Open project: chkr1011/CK.HomeAutomation Class Usage Examples

Public Methods

Method Description
CompleteMotionDetection ( ) : void
DetectMotion ( ) : void
TestMotionDetector ( ComponentId id, TestMotionDetectorEndpoint endpoint, ISchedulerService schedulerService, ISettingsService settingsService ) : System
TriggerMotionDetection ( ) : void

Method Details

CompleteMotionDetection() public method

public CompleteMotionDetection ( ) : void
return void

DetectMotion() public method

public DetectMotion ( ) : void
return void

TestMotionDetector() public method

public TestMotionDetector ( ComponentId id, TestMotionDetectorEndpoint endpoint, ISchedulerService schedulerService, ISettingsService settingsService ) : System
id ComponentId
endpoint TestMotionDetectorEndpoint
schedulerService ISchedulerService
settingsService ISettingsService
return System

TriggerMotionDetection() public method

public TriggerMotionDetection ( ) : void
return void