Skip to content

@camera.ui/sdk / sensor / temperatureMeta

Variable: temperatureMeta

const temperatureMeta: object

Defined in: sensor/temperature.ts:73

Registry metadata for TemperatureInfo.

Type Declaration

assignmentKey

readonly assignmentKey: "temperature" = 'temperature'

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: "°C" = '°C'

properties.current.writable

readonly writable: true = true

semantics

readonly semantics: object

semantics.commandProperty

readonly commandProperty: TemperatureProperty = TemperatureProperty.Current

semantics.deviceClass

readonly deviceClass: "temperature" = 'temperature'

semantics.domain

readonly domain: Measurement = SensorDomain.Measurement

semantics.stateProperty

readonly stateProperty: TemperatureProperty = TemperatureProperty.Current

semantics.unit

readonly unit: "°C" = '°C'

shortcutable

readonly shortcutable: true = true

type

readonly type: Temperature = SensorType.Temperature

virtual

readonly virtual: object

virtual.properties

readonly properties: object

virtual.properties.current

readonly current: 20 = 20