You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've got a need to check the status of a printer using the ~HS command, but currently this library doesn't read/recv from the socket. I'm going to work on an implementation of this functionality. Is this something that you'd want a PR to add to the library?
The text was updated successfully, but these errors were encountered:
I've created a PR for this feature. The client now has a getPrinterStatus method that will return a developer friendly class to see the status and settings of the printer.
I've got a need to check the status of a printer using the
~HS
command, but currently this library doesn't read/recv from the socket. I'm going to work on an implementation of this functionality. Is this something that you'd want a PR to add to the library?The text was updated successfully, but these errors were encountered: