Method | Description | |
---|---|---|
GetDetectionCompletedTrigger ( ) : ITrigger | ||
GetMotionDetectedTrigger ( ) : ITrigger | ||
GetSupportedStates ( ) : IList |
||
HandleApiCall ( IApiContext apiContext ) : void | ||
MotionDetector ( ComponentId id, IMotionDetectorEndpoint endpoint, ISchedulerService schedulerService, ISettingsService settingsService ) : System |
Method | Description | |
---|---|---|
OnDetectionCompleted ( ) : void | ||
OnMotionDetected ( ) : void |
Method | Description | |
---|---|---|
HandleIsEnabledStateChanged ( ) : void | ||
UpdateState ( ComponentState newState ) : void |
public GetDetectionCompletedTrigger ( ) : ITrigger | ||
return | ITrigger |
public GetMotionDetectedTrigger ( ) : ITrigger | ||
return | ITrigger |
public HandleApiCall ( IApiContext apiContext ) : void | ||
apiContext | IApiContext | |
return | void |
public MotionDetector ( ComponentId id, IMotionDetectorEndpoint endpoint, ISchedulerService schedulerService, ISettingsService settingsService ) : System | ||
id | ComponentId | |
endpoint | IMotionDetectorEndpoint | |
schedulerService | ISchedulerService | |
settingsService | ISettingsService | |
return | System |