mirror of
https://github.com/Ircama/epson_print_conf.git
synced 2025-05-09 13:42:03 -04:00
Add ET-2800 (#59)
Some checks failed
Deploy Jekyll with GitHub Pages dependencies preinstalled / Build (github-pages-build gem) (push) Has been cancelled
Python syntax checker / build (3.10) (push) Has been cancelled
Python syntax checker / build (3.11) (push) Has been cancelled
Python syntax checker / build (3.12) (push) Has been cancelled
Python syntax checker / build (3.8) (push) Has been cancelled
Python syntax checker / build (3.9) (push) Has been cancelled
Python syntax checker / build (3.x) (push) Has been cancelled
Deploy Jekyll with GitHub Pages dependencies preinstalled / deploy (push) Has been cancelled
Some checks failed
Deploy Jekyll with GitHub Pages dependencies preinstalled / Build (github-pages-build gem) (push) Has been cancelled
Python syntax checker / build (3.10) (push) Has been cancelled
Python syntax checker / build (3.11) (push) Has been cancelled
Python syntax checker / build (3.12) (push) Has been cancelled
Python syntax checker / build (3.8) (push) Has been cancelled
Python syntax checker / build (3.9) (push) Has been cancelled
Python syntax checker / build (3.x) (push) Has been cancelled
Deploy Jekyll with GitHub Pages dependencies preinstalled / deploy (push) Has been cancelled
Thanks
This commit is contained in:
parent
02beb3fe03
commit
111adb32be
1 changed files with 36 additions and 0 deletions
|
@ -339,6 +339,42 @@ class EpsonPrinter:
|
|||
"Maintenance required level of 2nd waste ink counter": [55],
|
||||
},
|
||||
},
|
||||
"ET-2800": {
|
||||
"read_key": [74, 54],
|
||||
"write_key": b"Maribaya",
|
||||
"main_waste": {"oids": [48, 49, 47], "divider": 63.46},
|
||||
"borderless_waste": {"oids": [50, 51, 47], "divider": 34.16},
|
||||
"third_waste": {"oids": [252, 253, 254], "divider": 13.0},
|
||||
"raw_waste_reset": {
|
||||
48: 0,
|
||||
49: 0,
|
||||
47: 0,
|
||||
52: 0,
|
||||
53: 0,
|
||||
54: 94,
|
||||
50: 0,
|
||||
51: 0,
|
||||
55: 94,
|
||||
28: 0,
|
||||
252: 0,
|
||||
253: 0,
|
||||
254: 0,
|
||||
255: 94,
|
||||
},
|
||||
"stats": {
|
||||
"Manual cleaning counter": [90],
|
||||
"Timer cleaning counter": [89],
|
||||
"Power cleaning counter": [91],
|
||||
"Total print pass counter": [133, 132, 131, 130],
|
||||
"Total print page counter": [776, 775, 774, 773],
|
||||
"Total scan counter": [1843, 1842, 1841, 1840],
|
||||
"Maintenance required level of 1st waste ink counter": [54],
|
||||
"Maintenance required level of 2nd waste ink counter": [55],
|
||||
"Maintenance required level of 3rd waste ink counter": [255],
|
||||
},
|
||||
"serial_number": range(1604, 1614),
|
||||
"alias": ["ET-2801", "ET-2803", "ET-2805"],
|
||||
},
|
||||
"ET-2812": {
|
||||
"read_key": [74, 54],
|
||||
"write_key": b"Maribaya",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue