Added support for TASKalfa 3051ci

This commit is contained in:
Douglas Barone 2023-06-29 15:48:17 -04:00
parent 6dfca55de5
commit 60d97ed862
2 changed files with 31 additions and 0 deletions

View File

@ -93,6 +93,37 @@ const objectIds: PrinterObjectIds[] = [
}
}
}
},
{
model: 'TASKalfa 3051ci',
objectIds: {
model: '1.3.6.1.2.1.25.3.2.1.3.1',
serialNumber: '1.3.6.1.2.1.43.5.1.1.17.1',
counter: '1.3.6.1.4.1.1347.43.10.1.1.12.1.1',
location: '1.3.6.1.2.1.1.6.0',
toners: {
black: {
current: '1.3.6.1.2.1.43.11.1.1.9.1.4',
max: '1.3.6.1.2.1.43.11.1.1.8.1.4',
model: '1.3.6.1.2.1.43.11.1.1.6.1.4'
},
cyan: {
current: '1.3.6.1.2.1.43.11.1.1.9.1.1',
max: '1.3.6.1.2.1.43.11.1.1.8.1.1',
model: '1.3.6.1.2.1.43.11.1.1.6.1.1'
},
magenta: {
current: '1.3.6.1.2.1.43.11.1.1.9.1.2',
max: '1.3.6.1.2.1.43.11.1.1.8.1.2',
model: '1.3.6.1.2.1.43.11.1.1.6.1.2'
},
yellow: {
current: '1.3.6.1.2.1.43.11.1.1.9.1.3',
max: '1.3.6.1.2.1.43.11.1.1.8.1.3',
model: '1.3.6.1.2.1.43.11.1.1.6.1.3'
}
}
}
}
]

Binary file not shown.

After

Width:  |  Height:  |  Size: 180 KiB