Skip to content

mtConnectDevices

Lexicon: eco.wonderland.workcell.probe
Type: object

Root entity of a devices response that contains the device information of one or more device entities.

Type: header
Required

Type: [ device | agent ]
Required

  • main eco.wonderland.workcell.probe
{
"type": "object",
"required": [
"header",
"devices"
],
"properties": {
"header": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.protocol.mtconnect.device.defs#header"
},
"devices": {
"type": "array",
"minLength": 1,
"items": {
"type": "union",
"refs": [
"lex:eco.wonderland.workcell.device.defs#device",
"lex:eco.wonderland.workcell.device.defs#agent"
]
}
}
}
}
© Lookinglass 2026