Movement
Represents calibration parameters for a SensorModel.MOTION_SENSOR sensor.
Constructors
Properties
The debounce time in ms or null if not available. State changes of shorter duration are ignored. 0 if disabled. Range 1 : 65535.
Indicates if the pulse logic is reversed for the motion sensor.
Indicates if the output logic is reversed.
TThe minimum number of consecutive periods of movement to return 'movement' state. Range 1 : 65535
The minimum number of detections to mark the interval as 'movement detected'. Range 1 : 65535 Must be greater than noMovementSensitivityThreshold.
The minimum number of consecutive periods of movement to return 'no movement' state. Range 1 : 65535
The minimum number of detections to mark the interval as 'no movement detected'. Range 1 : 65535 Must be less than movementSensitivityThreshold.