Skip to content

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.

Type: header
Required

Type: [ deviceStream ]

{
"type": "object",
"required": [
"header"
],
"properties": {
"header": {
"type": "ref",
"ref": "#header"
},
"streams": {
"type": "array",
"items": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.observation.defs#deviceStream"
}
}
}
}
© Lookinglass 2026