Skip to content

componentStream

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

Organizes the data associated with each component entity defined for a device in the associated devices response. At least one of sample, event, or condition MUST be organized by a componentStream entity.

Type: string
Required

Identifies the component type associated with the componentStream. Examples of component are device, controller, linear and loader.

Type: string
Required

Identifier of the component as defined by the id in the devices response.

Type: string

Name of the component associated with the componentStream.

Type: string

Common name of the component associated with the componentStream.

Type: string

Uuid of the component associated with the componentStream.

Type: events

Type: samples

Type: conditions

{
"type": "object",
"required": [
"component",
"componentId"
],
"properties": {
"component": {
"type": "string"
},
"componentId": {
"type": "string"
},
"name": {
"type": "string"
},
"nativeName": {
"type": "string"
},
"uuid": {
"type": "string"
},
"events": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.observation.event.defs#events"
},
"samples": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.observation.sample.defs#samples"
},
"conditions": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.observation.condition.defs#conditions"
}
}
}
© Lookinglass 2026