feat(print): use IPP smartPrint and normalize IPP capabilities and job mapping
This commit is contained in:
@@ -10,7 +10,12 @@ export { EsclProtocol } from './protocol.escl.js';
|
||||
export { SaneProtocol } from './protocol.sane.js';
|
||||
|
||||
// IPP printer protocol
|
||||
export { IppProtocol } from './protocol.ipp.js';
|
||||
export {
|
||||
IppProtocol,
|
||||
type IIppPrinterCapabilities,
|
||||
type IIppJob,
|
||||
type IIppPrintOptions,
|
||||
} from './protocol.ipp.js';
|
||||
|
||||
// SNMP query protocol
|
||||
export {
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user