main
Lexicon: eco.wonderland.workcell.asset
Type: subscription
Parameters
Section titled “Parameters”Type: string
Required
Type: integer
removed
Section titled “removed”Type: boolean
Type: string
device
Section titled “device”Type: string
assetIds
Section titled “assetIds”Type: [ string ]
Message
Section titled “Message”Type: mtConnectAssets | mtConnectError | mtConnectAssetsExceptionsReport
Schema
Section titled “Schema”{ "type": "subscription", "parameters": { "type": "params", "required": [ "did" ], "properties": { "did": { "type": "string" }, "count": { "type": "integer" }, "removed": { "type": "boolean" }, "type": { "type": "string" }, "device": { "type": "string" }, "assetIds": { "type": "array", "items": { "type": "string" } } } }, "message": { "schema": { "type": "union", "refs": [ "#mtConnectAssets", "#mtConnectError", "#mtConnectAssetsExceptionsReport" ] } }}