🎉 Added minimal performance optimizations to documentation and codebase.
This commit is contained in:
@ -55,9 +55,9 @@ class DruckerSteuerung:
|
||||
|
||||
def __init__(self):
|
||||
"""Initialisiere die Drucker-Steuerung"""
|
||||
# Standard-Tapo-Zugangsdaten
|
||||
self.tapo_username = "admin"
|
||||
self.tapo_password = "admin"
|
||||
# Tapo-Zugangsdaten für Mercedes-Benz
|
||||
self.tapo_username = "till.tomczak@mercedes-benz.com"
|
||||
self.tapo_password = "744563017196A"
|
||||
self.timeout = 10
|
||||
self.retry_count = 3
|
||||
|
||||
|
Reference in New Issue
Block a user