🎉 Added minimal performance optimizations to documentation and codebase.

This commit is contained in:
Till Tomczak
2025-06-20 08:46:41 +02:00
parent cbea4cb765
commit e0eab2b6b1
25 changed files with 431 additions and 5 deletions

View File

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