MotionDetectionTrait.MotionDetected

interface MotionDetectionTrait.MotionDetected


Proactive notification that occurs when the system detects motion.

Summary

Public properties

Long?

The Unix Epoch timestamp in milliseconds at which motion was last detected.

Long?

The Unix Epoch timestamp in milliseconds at which motion was first detected.

Long?

The Unix Epoch timestamp in seconds at which motion was detected.

UInt?

The notification level.

Public properties

motionDetectionEndTimestampMillis

val motionDetectionEndTimestampMillisLong?

The Unix Epoch timestamp in milliseconds at which motion was last detected.

motionDetectionStartTimestampMillis

val motionDetectionStartTimestampMillisLong?

The Unix Epoch timestamp in milliseconds at which motion was first detected.

motionDetectionTimestampSeconds

val motionDetectionTimestampSecondsLong?

The Unix Epoch timestamp in seconds at which motion was detected.

priority

val priorityUInt?

The notification level. The currently supported value is 0, which indicates that the notification should be spoken.