We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Had the following issue. Is it possible to get the extra informations which cups gave you via API for Printers.
It is called PrinterAttributes.
http://www.malinovski.de/15/sym.html/usr/share/doc/cups/help/api-cups.html#PRINTERS_AND_CLASSES
I would like the option to get the printer-state from cups.
printer-state" | "3" if the destination is idle, "4" if the destination is printing | a job, and "5" if the destination is stopped.
The text was updated successfully, but these errors were encountered:
Merge pull request #28 from Cellebyte/master
77f9d00
[#27 printer-state] Added support for printer-state in CupsPrinter
Thank you :)
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Had the following issue.
Is it possible to get the extra informations which cups gave you via API for Printers.
It is called PrinterAttributes.
http://www.malinovski.de/15/sym.html/usr/share/doc/cups/help/api-cups.html#PRINTERS_AND_CLASSES
I would like the option to get the printer-state from cups.
The text was updated successfully, but these errors were encountered: