Class SensorObject<T>Abstract

A sensor object is a DataObject that is a sensor with a value.

Type Parameters

Hierarchy (view full)

Constructors

Properties

calibrationData?: SensorCalibrationData<T>

Sensor calibration data

createdTimestamp: number

Created timestamp

displayName: string

Object display name

frequency: number

Frequency of the sensor

parentUID: string
uid: string

Object identifier

Returns

Unique object identifier

value: T

Value of the sensor

Accessors

Methods