Skip to content

sensorConfiguration

Lexicon: eco.wonderland.workcell.device.configuration.sensor.defs
Type: object

Configuration for a sensor.

Type: timestamp

Date upon which the sensor unit was last calibrated.

Type: string

The initials of the person verifying the validity of the calibration data.

Type: string
Required

Version number for the sensor unit as specified by the manufacturer.

Type: timestamp

Date upon which the sensor unit is next scheduled to be calibrated.

Type: [ channel ]

  • configuration eco.wonderland.workcell.device.configuration.defs
{
"type": "object",
"required": [
"firmwareVersion"
],
"properties": {
"calibrationDate": {
"type": "string",
"format": "datetime"
},
"calibrationInitials": {
"type": "string"
},
"firmwareVersion": {
"type": "string"
},
"nextCalibrationDate": {
"type": "string",
"format": "datetime"
},
"channels": {
"type": "array",
"items": {
"type": "ref",
"ref": "#channel"
}
}
}
}
© Lookinglass 2026