main
Lexicon: eco.wonderland.workcell.probe
Type: subscription
Parameters
Section titled “Parameters”Type: string
Required
device
Section titled “device”Type: string
deviceType
Section titled “deviceType”Type: string
Message
Section titled “Message”Type: mtConnectDevices | mtConnectError | mtConnectDevicesExceptionsReport
Schema
Section titled “Schema”{ "type": "subscription", "parameters": { "type": "params", "required": [ "did" ], "properties": { "did": { "type": "string" }, "device": { "type": "string" }, "deviceType": { "type": "string" } } }, "message": { "schema": { "type": "union", "refs": [ "#mtConnectDevices", "#mtConnectError", "#mtConnectDevicesExceptionsReport" ] } }}