Get desktop application:
View/edit binary Protocol Buffers messages
Device is a physical piece of hardware connected to Synnax through the Driver system. Devices represent external equipment like LabJack, National Instruments, OPC UA servers, or Modbus devices.
Used in: , ,
key is the unique identifier for this device.
rack is the key of the rack that owns this device.
location is the physical location or address of the device.
make is the manufacturer of the device (e.g., 'LabJack', 'National Instruments').
model is the device model identifier.
name is a human-readable name for the device.
configured indicates whether the device has been successfully configured and is ready for use.
properties contains device-specific configuration properties stored as JSON. Structure varies by device make and model.
status is the current operational status of the device.
parent is an optional parent resource ID for hierarchical device organization (e.g., NI chassis containing modules).
StatusDetails contains device-specific status details identifying the device and its associated rack.
rack is the key of the rack this device belongs to.
device is the device identifier.