Device
Type: Object
Represents a controllable digital entity within the print ecosystem, such as a printer's Digital Front End (DFE), a sensor, or a monitoring system. A Device is the system's handle for communicating with physical hardware. It can be bound to one or more schedulable Resource entities, enabling the platform to send commands, receive data, and orchestrate automated workflows on the factory floor.
Fields
| Name | Type | Args | Description | Deprecated |
|---|---|---|---|---|
| cloudJmfListener | Boolean! | Whether the device allows messages to be sent to the server directly | ||
| createdAt | DateTime! | |||
| deviceResources | [DeviceResource!]! | filter: DeviceResourceFilterInputlimit: Intoffset: Intsort: [DeviceResourceSortInput] | The resources associated with the device | |
| id | ID! | |||
| identifier | String | The identifier of the device | ||
| jmfEnabled | Boolean! | Whether JMF is enabled for this device | ||
| jmfListenerPassword | String | The password for the JMF listener | ||
| jmfListenerRequiresAuth | DeviceJmfListenerAuthMode! | The authentication mode for the JMF listener | ||
| name | String! | The name of the device | ||
| network | Network | |||
| networkId | ID | |||
| notes | [Note!]! | filter: NoteFilterInputlimit: Intoffset: Intsort: [NoteSortInput] | The notes for the device | |
| serialNumber | String | The serial number of the device | ||
| tokens | [DeviceToken!]! | filter: DeviceTokenFilterInputlimit: Intoffset: Intsort: [DeviceTokenSortInput] | ||
| updatedAt | DateTime! | |||
| uri | String | The URI of the device on the network. A controller connected to this network | ||
| will automatically use this value to connect to the device. |