Fehlende Dateien und Ordner hinzugefügt
This commit is contained in:
18
config-example/printers.json
Normal file
18
config-example/printers.json
Normal file
@@ -0,0 +1,18 @@
|
||||
[
|
||||
{
|
||||
"alias": "OFFICE_A4",
|
||||
"type": "WINDOWS_SPOOLER",
|
||||
"systemName": "HP_LaserJet_A4",
|
||||
"enabled": true,
|
||||
"description": "A4 Drucker ueber Windows Spooler"
|
||||
},
|
||||
{
|
||||
"alias": "LABEL_LINE_01",
|
||||
"type": "RAW_TCP",
|
||||
"host": "192.168.10.50",
|
||||
"port": 9100,
|
||||
"language": "ZPL",
|
||||
"enabled": true,
|
||||
"description": "Zebra Etikettendrucker direkt per TCP"
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user