Click or drag to resize

IMotionDetector Interface

[This is preliminary documentation and is subject to change.]

Implements the motion detector capability

Namespace:  GHASchema.Classes.Capabilities.Security
Assembly:  GHASchema (in GHASchema.dll) Version: 1.1.8074.31450 (1.0.0.0)
Syntax
C#
[GHACapabilityAttribute("", "Security")]
public interface IMotionDetector

The IMotionDetector type exposes the following members.

Properties
  NameDescription
Public propertyLastTimeTriggered
The date/time the last time motion was detected
Public propertyMotionDetected
Determines if motion has been detected (true) within the sampling period or not (false)
Top
See Also