PrinterDeviceInfo

Device details for printers identified by the Toast platform. The deviceType value for the containing Device object must be PRINTER.

deviceName
string

The custom name assigned to the printer device in the Toast Web configuration.

firmwareVersion
string

The firmware version of the printer. This value is null if it's not reported.

gatewayAddress
string

The default gateway IP address of the network interface controller.

ipAddress
string

The IP address of the network used by the printer.

ipType
string

The type of IP address assigned to the printer.

Enum: "DHCP" "STATIC" "UNKNOWN"
lastSyncedAt
string <date-time>

The date and time when the device was last synchronized with the Toast platform, in ISO-8601 format and UTC.

macAddress
string

The MAC address of the network interface controller used by the printer.

netmaskAddress
string

The subnet mask used by the printer.

printerPort
string

The transmission control protocol (TCP) port used for network printing. For example, 9100.

{
  • "deviceName": "string",
  • "lastSyncedAt": "2019-08-24T14:15:22Z",
  • "firmwareVersion": "string",
  • "ipAddress": "string",
  • "ipType": "DHCP",
  • "macAddress": "string",
  • "gatewayAddress": "string",
  • "netmaskAddress": "string",
  • "printerPort": "string"
}