C# Class HA4IoT.Tests.Mockups.TestMotionDetector

Inheritance: IMotionDetector
Afficher le fichier Open project: chkr1011/CK.HomeAutomation Class Usage Examples

Méthodes publiques

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

Method Details

CompleteMotionDetection() public méthode

public CompleteMotionDetection ( ) : void
Résultat void

DetectMotion() public méthode

public DetectMotion ( ) : void
Résultat void

TestMotionDetector() public méthode

public TestMotionDetector ( ComponentId id, TestMotionDetectorEndpoint endpoint, ISchedulerService schedulerService, ISettingsService settingsService ) : System
id ComponentId
endpoint TestMotionDetectorEndpoint
schedulerService ISchedulerService
settingsService ISettingsService
Résultat System

TriggerMotionDetection() public méthode

public TriggerMotionDetection ( ) : void
Résultat void