improve text
This commit is contained in:
parent
8891d6bcc1
commit
e8360dd709
@ -1247,8 +1247,8 @@ class Escpos(object):
|
|||||||
def buzzer(self, times=2, duration=4):
|
def buzzer(self, times=2, duration=4):
|
||||||
"""Activate the internal printer buzzer (only supported printers).
|
"""Activate the internal printer buzzer (only supported printers).
|
||||||
|
|
||||||
The 'times' paramreffers to the 'n' escpos command parameter, means how many
|
The 'times' parameter refers to the 'n' escpos command parameter,
|
||||||
times the buzzer will be 'beeped'.
|
which means how many times the buzzer will be 'beeped'.
|
||||||
|
|
||||||
:param times: Integer between 1 and 9, indicates the buzzer beeps.
|
:param times: Integer between 1 and 9, indicates the buzzer beeps.
|
||||||
:param duration: Integer between 1 and 9, indicates the beep duration.
|
:param duration: Integer between 1 and 9, indicates the beep duration.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user