📚 Improved blueprint management & database structure (#123) 🔧
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user