Refinements
This commit is contained in:
@@ -169,10 +169,10 @@ Example of advanced printer status with an XP-205 printer:
|
||||
'last_printer_fatal_errors': ['08', 'F1', 'F1', 'F1', 'F1', '10'],
|
||||
'printer_head_id': '...',
|
||||
'printer_status': {'cancel_code': 'No request',
|
||||
'ink_level': [(1, 89, 'Black'),
|
||||
(5, 77, 'Yellow'),
|
||||
(4, 59, 'Magenta'),
|
||||
(3, 40, 'Cyan')],
|
||||
'ink_level': [(1, 0, 'Black', 'Black', 89),
|
||||
(5, 3, 'Yellow', 'Yellow', 77),
|
||||
(4, 2, 'Magenta', 'Magenta', 59),
|
||||
(3, 1, 'Cyan', 'Cyan', 40)],
|
||||
'jobname': 'Not defined',
|
||||
'loading_path': 'fixed',
|
||||
'maintenance_box_0': 'not full (0)',
|
||||
|
||||
Reference in New Issue
Block a user