lexicon
Id: eco.wonderland.workcell.device.configuration.sensor.defs
Type: lexicon
Objects
Section titled “Objects”- channel: Sensing element of a sensor.
- sensorConfiguration: Configuration for a sensor.
Schema
Section titled “Schema”{ "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" } } } } }}