Add name to zebra printer initialization [SCI-7312]

This commit is contained in:
Andrej 2022-10-06 14:52:15 +02:00
parent 88d9ece237
commit 16a7dd261f

View file

@ -246,6 +246,7 @@
this.printers.push({
id: `zebra${this.printers.length}`,
attributes: {
name: device.name,
display_name: device.name,
type_of: 'zebra',
status: device.status.toLowerCase(),