Skip to content

@camera.ui/sdk / sensor / motionMeta

Variable: motionMeta

const motionMeta: object

Defined in: sensor/motion.ts:157

Registry metadata for MotionSensor.

Type Declaration

assignmentKey

readonly assignmentKey: "motion" = 'motion'

category

readonly category: Sensor = SensorCategory.Sensor

isDetectionType

readonly isDetectionType: true = true

multiProvider

readonly multiProvider: false = false

properties

readonly properties: object

properties.blocked

readonly blocked: object

properties.blocked.internal

readonly internal: true = true

properties.blocked.type

readonly type: "boolean" = 'boolean'

properties.detected

readonly detected: object

properties.detected.type

readonly type: "boolean" = 'boolean'

properties.detections

readonly detections: object

properties.detections.internal

readonly internal: true = true

properties.detections.type

readonly type: "object" = 'object'

properties.lastTriggered

readonly lastTriggered: object

properties.lastTriggered.internal

readonly internal: true = true

properties.lastTriggered.type

readonly type: "number" = 'number'

semantics

readonly semantics: null = null

type

readonly type: Motion = SensorType.Motion