Skip to content

Commit

Permalink
Review --write-poweroff-timer option
Browse files Browse the repository at this point in the history
  • Loading branch information
Ircama committed Nov 11, 2023
1 parent 1889241 commit 10944d5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ It is tested with Ubuntu / Windows Subsystem for Linux, Windows.
```
usage: epson_print_conf.py [-h] -m MODEL -a HOSTNAME [-p PORT] [-i] [-q QUERY_NAME] [--reset_waste_ink] [-d]
[--write-first-ti-received-time YEAR MONTH DAY] [--write-poweroff-timer MINUTES]
[--dry-run] [-R ADDRESS_SET] [-W ADDRESS_VALUE_SET] [-e FIRST_ADDRESS LAST_ADDRESS]
[--detect-key] [-S SEQUENCE_STRING] [-t TIMEOUT] [-r RETRIES] [-c CONFIG_FILE]
[--simdata SIMDATA_FILE]
[--dry-run] [-R ADDRESS_SET] [-W ADDRESS_VALUE_SET]
[-e FIRST_ADDRESS LAST_ADDRESS] [--detect-key] [-S SEQUENCE_STRING] [-t TIMEOUT]
[-r RETRIES] [-c CONFIG_FILE] [--simdata SIMDATA_FILE]
optional arguments:
-h, --help show this help message and exit
Expand Down Expand Up @@ -358,7 +358,7 @@ Example of advanced printer status with an XP-205 printer:
'Total print page counter': 11569,
'Total print pass counter': 514602,
'Total scan counter': 4973,
'poweroff_timer': 30},
'Power off timer': 30},
'waste_ink_levels': {'borderless_waste': 4.72, 'main_waste': 90.8}}
```

Expand Down
2 changes: 1 addition & 1 deletion epson_print_conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ class EpsonPrinter:
"First TI received time": [173, 172],
"Maintenance required level of 1st waste ink counter": [46],
"Maintenance required level of 2nd waste ink counter": [47],
"poweroff_timer": [359, 358],
"Power off timer": [359, 358],
},
"raw_waste_reset": {
24: 0, 25: 0, 30: 0, # Data of 1st counter
Expand Down

0 comments on commit 10944d5

Please sign in to comment.