Add --temp_reset_waste_ink flag
This commit is contained in:
33
README.md
33
README.md
@@ -208,16 +208,19 @@ The button "Temporary Reset Waste Ink Levels" should still work with these print
|
||||
### Using the command-line tool
|
||||
|
||||
```
|
||||
python 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] [-P PICKLE_FILE] [-O]
|
||||
python epson_print_conf.py [-h] -m MODEL -a HOSTNAME [-p PORT] [-i] [-q QUERY_NAME]
|
||||
[--reset_waste_ink] [--temp_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] [-P PICKLE_FILE] [-O]
|
||||
|
||||
optional arguments:
|
||||
Optional arguments:
|
||||
-h, --help show this help message and exit
|
||||
-m MODEL, --model MODEL
|
||||
Printer model. Example: -m XP-205 (use ? to print all supported models)
|
||||
Printer model. Example: -m XP-205 (use ? to print all supported
|
||||
models)
|
||||
-a HOSTNAME, --address HOSTNAME
|
||||
Printer host name or IP address. (Example: -a 192.168.1.87)
|
||||
-p PORT, --port PORT Printer port (default is 161)
|
||||
@@ -225,6 +228,8 @@ optional arguments:
|
||||
-q QUERY_NAME, --query QUERY_NAME
|
||||
Print specific information. (Use ? to list all available queries)
|
||||
--reset_waste_ink Reset all waste ink levels to 0
|
||||
--temp_reset_waste_ink
|
||||
Temporary reset waste ink levels
|
||||
-d, --debug Print debug information
|
||||
--write-first-ti-received-time YEAR MONTH DAY
|
||||
Change the first TI received time
|
||||
@@ -232,9 +237,11 @@ optional arguments:
|
||||
Update the poweroff timer. Use 0xffff or 65535 to disable it.
|
||||
--dry-run Dry-run change operations
|
||||
-R ADDRESS_SET, --read-eeprom ADDRESS_SET
|
||||
Read the values of a list of printer EEPROM addreses. Format is: address [, ...]
|
||||
Read the values of a list of printer EEPROM addreses. Format is:
|
||||
address [, ...]
|
||||
-W ADDRESS_VALUE_SET, --write-eeprom ADDRESS_VALUE_SET
|
||||
Write related values to a list of printer EEPROM addresses. Format is: address: value [, ...]
|
||||
Write related values to a list of printer EEPROM addresses. Format
|
||||
is: address: value [, ...]
|
||||
-e FIRST_ADDRESS LAST_ADDRESS, --eeprom-dump FIRST_ADDRESS LAST_ADDRESS
|
||||
Dump EEPROM
|
||||
--detect-key Detect the read_key via brute force
|
||||
@@ -245,14 +252,14 @@ optional arguments:
|
||||
-r RETRIES, --retries RETRIES
|
||||
SNMP GET retries (floating point argument)
|
||||
-c CONFIG_FILE, --config CONFIG_FILE
|
||||
read a configuration file including the full log dump of a previous operation with '-d' flag
|
||||
(instead of accessing the printer via SNMP)
|
||||
read a configuration file including the full log dump of a previous
|
||||
operation with '-d' flag (instead of accessing the printer via SNMP)
|
||||
--simdata SIMDATA_FILE
|
||||
write SNMP dictionary map to simdata file
|
||||
-P PICKLE_FILE, --pickle PICKLE_FILE
|
||||
Load a pickle configuration archive saved by parse_devices.py
|
||||
-O, --override Replace the default configuration with the one in the pickle file instead of merging (default
|
||||
is to merge)
|
||||
-O, --override Replace the default configuration with the one in the pickle file
|
||||
instead of merging (default is to merge)
|
||||
|
||||
Epson Printer Configuration via SNMP (TCP/IP)
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user