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.
Properties
Section titled “Properties”header
Section titled “header”Type: header
Required
devices
Section titled “devices”Type: [ device | agent ]
Required
Referenced By
Section titled “Referenced By”- main
eco.wonderland.workcell.probe
Schema
Section titled “Schema”{ "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" ] } } }}