Re: [Printing-architecture] PAPPL 1.2rc1 (Supply levels)
Till Kamppeter <[email protected]>
| Newsgroups | dev.linux.lists.printing-architecture |
|---|---|
| Message-ID | <[email protected]> |
On 16/05/2022 00:31, Michael Sweet wrote: > Till, > >> On May 15, 2022, at 5:47 PM, Till Kamppeter <[email protected]> wrote: >> ... >> The answers with the SNMP URI take some seconds, with the DNS-SD URI they are instantaneous. > > That's to be expected - SNMP name resolution is slow... :/ > > Have you implemented the status callback or added a call to papplDeviceGetSupplies anywhere in ps-printer-app? > I have a status callback, but without papplDeviceGetSupplies() call. How do I call it in this case. As only example I see the code for "--get-supplies" in testsuite/testpappl.c. But how does the array with the output make it into the web interface page? Till