Controller
Type: Object
Represents a local controller, a piece of software or hardware that acts as a bridge between the cloud platform and on-premise devices. Controllers are essential for securely managing communication with devices on a local network, especially in cloud-hosted deployments. They relay commands, gather data, and ensure seamless integration with the factory floor.
Fields
| Name | Type | Args | Description | Deprecated |
|---|---|---|---|---|
| createdAt | DateTime! | |||
| handle | String! | The handle of the controller - used in scripts as a shortcut for the ID | ||
| id | ID! | |||
| ipAddress | String! | The IP address of the controller | ||
| name | String! | The name of the controller | ||
| network | Network! | The network the controller is connected to | ||
| networkId | ID! | |||
| port | Int! | The port of the controller | ||
| updatedAt | DateTime! |