Skip to content

cell

Lexicon: eco.wonderland.workcell.observation.representation.defs
Type: object

Key-value pair published as part of a tableEntry. Constraints for Cell Values

The value of each cell MUST have the same restrictions as the value of an observation with representation as value. An cell MAY be further constrained by the dataItem definition (see Device Information Model), for example a VariableDataSet having a string value MAY have a floating-point temperature value. A restriction MUST NOT be broadened or removed, for example, the value ready MUST NOT occur with a TemperatureDataSet constrained limited to floating-point numbers. cellDefinition MAY provide type and units of a key.

Type: string
Required

Unique identifier for each key-value pair.

Type: string

Value of the cell.

  • tableEntry eco.wonderland.workcell.observation.representation.defs
{
"type": "object",
"required": [
"key"
],
"properties": {
"key": {
"type": "string"
},
"value": {
"type": "string"
}
}
}
© Lookinglass 2026