Revised doc
This commit is contained in:
@@ -293,7 +293,7 @@ Output example:
|
|||||||
|
|
||||||
### Other utilities
|
### Other utilities
|
||||||
|
|
||||||
```
|
```python
|
||||||
from epson_print_conf import EpsonPrinter
|
from epson_print_conf import EpsonPrinter
|
||||||
import pprint
|
import pprint
|
||||||
printer = EpsonPrinter()
|
printer = EpsonPrinter()
|
||||||
@@ -340,7 +340,7 @@ for key, value in printer.parm["raw_waste_reset"].items():
|
|||||||
|
|
||||||
Generic query of the status of the printer (regardless of the model):
|
Generic query of the status of the printer (regardless of the model):
|
||||||
|
|
||||||
```
|
```python
|
||||||
from epson_print_conf import EpsonPrinter
|
from epson_print_conf import EpsonPrinter
|
||||||
import pprint
|
import pprint
|
||||||
printer = EpsonPrinter(hostname="192.168.1.87")
|
printer = EpsonPrinter(hostname="192.168.1.87")
|
||||||
|
|||||||
Reference in New Issue
Block a user