added tag type for PrinterName
This commit is contained in:
parent
0e88e767dd
commit
c5fb1207b3
|
@ -399,6 +399,7 @@ var (
|
||||||
AttributePrinterInfo: TagText,
|
AttributePrinterInfo: TagText,
|
||||||
AttributePrinterIsAcceptingJobs: TagBoolean,
|
AttributePrinterIsAcceptingJobs: TagBoolean,
|
||||||
AttributePrinterIsShared: TagBoolean,
|
AttributePrinterIsShared: TagBoolean,
|
||||||
|
AttributePrinterName: TagName,
|
||||||
AttributePrinterLocation: TagText,
|
AttributePrinterLocation: TagText,
|
||||||
AttributePrinterResolution: TagResolution,
|
AttributePrinterResolution: TagResolution,
|
||||||
AttributePrinterState: TagEnum,
|
AttributePrinterState: TagEnum,
|
||||||
|
|
Loading…
Reference in New Issue