improve text

This commit is contained in:
Patrick Kanzler 2023-07-27 18:59:26 +02:00
parent 8891d6bcc1
commit e8360dd709

View File

@ -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.