Sensor Extended Configuration
data class SensorExtendedConfiguration(val serialNumber: String? = null, val configurationHash: Int? = null, val laboratoryCalibrationTimestamp: Long? = null, val channelCalibration: Map<Channel, Calibration>? = null, val sensorName: String? = null)
Extended configuration settings for a sensor device.
Properties
Link copied to clipboard
Map of calibration data for each channel. When updating calibration, only the channels that are being modified can be included.
Link copied to clipboard
Identifier of the current configuration. Changes with each modification. Sent only by the device.
Link copied to clipboard
Timestamp (Unix epoch) of the last calibration carried out by the laboratory. Sent only by the device.
Link copied to clipboard
Name of the sensor. Up to 31 characters.
Link copied to clipboard
Serial number of the device. Sent only by the device.