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
Maintenance kit level isn't displayed correctly for certain printers even though the info is included in the json response from api.
{ "meta": { "brand": null, "comment": "", "id": 8, "last_online": "15:01:00, Thu 28 Mar 2024", "last_updated": "16:33:03, Thu 14 Mar 2024", "location": "kimmer-2fl", "model": "HP LaserJet Flow E82650", "name": "Right Side Printer", "status": "Online", "type": "grayscale", "visible": true }, "response": { "message": { "errors": [ "Tray 4 empty: Plain, Letter" ], "location": "", "model": "HP LaserJet Flow E82650", "name": "HP LaserJet Flow E82650", "supplies": { "Black Cartridge": "100", "Document Feeder Kit": "100" }, "trays": { "Tray 1": { "capacity": "100 sheets", "size": "Letter (8.5x11)", "status": "Empty", "type": "Plain" }, "Tray 2": { "capacity": "520 sheets", "size": "Letter (8.5x11)", "status": "< 30", "type": "Plain" }, "Tray 3": { "capacity": "520 sheets", "size": "Letter (8.5x11)", "status": "< 30", "type": "Plain" }, "Tray 4": { "capacity": "2000 sheets", "size": "Letter (8.5x11)", "status": "Empty", "type": "Plain" } }, "type": "grayscale" }, "status": "success" } }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Maintenance kit level isn't displayed correctly for certain printers even though the info is included in the json response from api.
The text was updated successfully, but these errors were encountered: