Skip to content

Commit

Permalink
Merge pull request phin1x#37 from korylprince/master
Browse files Browse the repository at this point in the history
Add printer-is-temporary attribute
  • Loading branch information
phin1x authored Sep 12, 2023
2 parents 9c5bf91 + 763ec51 commit 24e049b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -310,6 +310,7 @@ const (
AttributePPDName = "ppd-name"
AttributePPDMakeAndModel = "ppd-make-and-model"
AttributePrinterIsShared = "printer-is-shared"
AttributePrinterIsTemporary = "printer-is-temporary"
AttributePrinterURI = "printer-uri"
AttributePurgeJobs = "purge-jobs"
AttributeRequestedAttributes = "requested-attributes"
Expand Down Expand Up @@ -408,6 +409,7 @@ var (
AttributePrinterInfo: TagText,
AttributePrinterIsAcceptingJobs: TagBoolean,
AttributePrinterIsShared: TagBoolean,
AttributePrinterIsTemporary: TagBoolean,
AttributePrinterName: TagName,
AttributePrinterLocation: TagText,
AttributePrinterResolution: TagResolution,
Expand Down

0 comments on commit 24e049b

Please sign in to comment.