printservant/dev-config.json

25 lines
786 B
JSON
Raw Permalink Normal View History

2024-02-02 10:48:27 +00:00
{
"printers": [
{
"name": "DYMO_LabelWriter450",
"aliases": ["dymo", "label"],
2024-02-02 19:44:44 +00:00
"ipp_url": "ipp://printmaster.local:631/printers/DYMO_LabelWriter450"
2024-02-02 10:48:27 +00:00
},
{
"name": "Zebra_GK420T",
"aliases": ["zebra", "biglabel", "4x6"],
2024-02-02 19:44:44 +00:00
"ipp_url": "ipp://printmaster.local:631/printers/Zebra_GK420T"
2024-02-02 10:48:27 +00:00
},
{
"name": "Brother_MFC8380DN",
"aliases": ["brother", "franciszek", "a4"],
2024-02-02 19:44:44 +00:00
"ipp_url": "ipp://printmaster.local:631/printers/Brother_MFC8380DN"
2024-02-02 10:48:27 +00:00
},
{
2024-05-13 17:08:46 +00:00
"name": "Kyocera_M5526cdw",
"aliases": ["kyocera", "a4_color"],
"ipp_url": "ipp://printmaster.local:631/printers/Kyocera_M5526cdw"
2024-02-02 10:48:27 +00:00
}
]
}