From c5fb1207b3c8a1791e8d4ea49e63af0facff398c Mon Sep 17 00:00:00 2001 From: Kory Prince Date: Tue, 4 May 2021 16:03:20 -0500 Subject: [PATCH] added tag type for PrinterName --- constants.go | 1 + 1 file changed, 1 insertion(+) diff --git a/constants.go b/constants.go index 500daeb..0f2eb16 100644 --- a/constants.go +++ b/constants.go @@ -399,6 +399,7 @@ var ( AttributePrinterInfo: TagText, AttributePrinterIsAcceptingJobs: TagBoolean, AttributePrinterIsShared: TagBoolean, + AttributePrinterName: TagName, AttributePrinterLocation: TagText, AttributePrinterResolution: TagResolution, AttributePrinterState: TagEnum,