added tag type for PrinterName

This commit is contained in:
Kory Prince 2021-05-04 16:03:20 -05:00
parent 0e88e767dd
commit c5fb1207b3
1 changed files with 1 additions and 0 deletions

View File

@ -399,6 +399,7 @@ var (
AttributePrinterInfo: TagText,
AttributePrinterIsAcceptingJobs: TagBoolean,
AttributePrinterIsShared: TagBoolean,
AttributePrinterName: TagName,
AttributePrinterLocation: TagText,
AttributePrinterResolution: TagResolution,
AttributePrinterState: TagEnum,