Class SensorObject<T>Abstract

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

Type Parameters

Hierarchy-Diagram

UML class diagram of SensorObject
Legend
icon for a class in the UML class diagram class
icon for an abstract class in the UML class diagram abstract class

Hierarchy

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