mtConnectStreams
Lexicon: eco.wonderland.workcell.protocol.mtconnect.stream.defs
Type: object
Root entity of an streams response that contains the observation information of one or more device entities.
Properties
Section titled “Properties”header
Section titled “header”Type: header
Required
streams
Section titled “streams”Type: [ deviceStream ]
Schema
Section titled “Schema”{ "type": "object", "required": [ "header" ], "properties": { "header": { "type": "ref", "ref": "#header" }, "streams": { "type": "array", "items": { "type": "ref", "ref": "lex:eco.wonderland.workcell.observation.defs#deviceStream" } } }}