Skip to content

@camera.ui/sdk / sensor / illuminanceMeta

Variable: illuminanceMeta

const illuminanceMeta: object

Defined in: sensor/illuminance.ts:73

Registry metadata for IlluminanceInfo.

Type Declaration

assignmentKey

readonly assignmentKey: "illuminance" = 'illuminance'

category

readonly category: Info = SensorCategory.Info

isDetectionType

readonly isDetectionType: false = false

multiProvider

readonly multiProvider: true = true

properties

readonly properties: object

properties.current

readonly current: object

properties.current.type

readonly type: "number" = 'number'

properties.current.unit

readonly unit: "lx" = 'lx'

properties.current.writable

readonly writable: true = true

semantics

readonly semantics: object

semantics.commandProperty

readonly commandProperty: IlluminanceProperty = IlluminanceProperty.Current

semantics.deviceClass

readonly deviceClass: "illuminance" = 'illuminance'

semantics.domain

readonly domain: Measurement = SensorDomain.Measurement

semantics.stateProperty

readonly stateProperty: IlluminanceProperty = IlluminanceProperty.Current

semantics.unit

readonly unit: "lx" = 'lx'

shortcutable

readonly shortcutable: true = true

type

readonly type: Illuminance = SensorType.Illuminance

virtual

readonly virtual: object

virtual.properties

readonly properties: object

virtual.properties.current

readonly current: 20 = 20