Skip to content

lexicon

Id: eco.wonderland.workcell.device.configuration.sensor.defs
Type: lexicon

{
"id": "eco.wonderland.workcell.device.configuration.sensor.defs",
"lexicon": 1,
"defs": {
"channel": {
"type": "object",
"required": [
"number"
],
"properties": {
"calibrationDate": {
"type": "string",
"format": "datetime"
},
"calibrationInitials": {
"type": "string"
},
"name": {
"type": "string"
},
"nextCalibrationDate": {
"type": "string",
"format": "datetime"
},
"number": {
"type": "string"
}
}
},
"sensorConfiguration": {
"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