Calibration

data class Calibration(val sensorModel: SensorModel, val parameters: CalibrationParameters?, val status: Calibration.CalibrationStatus? = null, val calibrationTimestamp: Long? = null)

Represents sensor calibration data.

Constructors

Link copied to clipboard
constructor(sensorModel: SensorModel, parameters: CalibrationParameters?, status: Calibration.CalibrationStatus? = null, calibrationTimestamp: Long? = null)

Properties

Link copied to clipboard

Timestamp (Unix epoch) of the last calibration or null if not available. Sent only by the device. This includes both the calibration procedure and the modification of the calibration parameters.

Link copied to clipboard

The parameters used for calibration.

Link copied to clipboard

The model of the sensor.

Link copied to clipboard

The status of the calibration process. Sent only by the device.