The DeviceThreadDefinition data record carriers the information about one device thread in an M&C's device setup.
| Key | Type | Value |
|---|---|---|
| port | String | The communication port / interface this thread uses |
| protocol | String | The protocol this thread uses |
| idle | Number | The idle time of this thread (msecs) |
| devices | Array | An array of DeviceDefinition objects containing the devices of this thread |