diff --git a/src/repositories/ObjectIDRepository.ts b/src/repositories/ObjectIDRepository.ts index b35eb8b..68e66e0 100644 --- a/src/repositories/ObjectIDRepository.ts +++ b/src/repositories/ObjectIDRepository.ts @@ -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' + } + } + } } ] diff --git a/web/public/img/TASKalfa 3051ci.png b/web/public/img/TASKalfa 3051ci.png new file mode 100644 index 0000000..2670be2 Binary files /dev/null and b/web/public/img/TASKalfa 3051ci.png differ