mirror of
				https://github.com/python-escpos/python-escpos
				synced 2025-10-23 09:30:00 +00:00 
			
		
		
		
	improve text
This commit is contained in:
		| @@ -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. | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Patrick Kanzler
					Patrick Kanzler