📚 Improved blueprint management & database structure (#123) 🔧

This commit is contained in:
2025-06-16 12:49:58 +02:00
parent 6ee04b1d64
commit 35e3297dcd
8 changed files with 78 additions and 5 deletions

View File

@@ -1539,8 +1539,8 @@ def tapo_configuration_wizard():
try:
printers_logger.debug(f"Teste IP: {ip}")
# Ping-Test
if not tapo_controller.ping_address(ip, timeout=3):
# Ping-Test mit 5 Sekunden Timeout
if not tapo_controller.ping_address(ip, timeout=5):
discovery_results["errors"].append(f"{ip}: Nicht erreichbar (Ping fehlgeschlagen)")
continue