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.
Properties
Section titled “Properties”component
Section titled “component”Type: string
Required
Identifies the component type associated with the componentStream. Examples of component are device, controller, linear and loader.
componentId
Section titled “componentId”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.
nativeName
Section titled “nativeName”Type: string
Common name of the component associated with the componentStream.
Type: string
Uuid of the component associated with the componentStream.
events
Section titled “events”Type: events
samples
Section titled “samples”Type: samples
conditions
Section titled “conditions”Type: conditions
Referenced By
Section titled “Referenced By”- deviceStream
eco.wonderland.workcell.observation.defs
Schema
Section titled “Schema”{ "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" } }}