From 01049993eb1bf24e10af97f06bd50ab19c06b491 Mon Sep 17 00:00:00 2001
From: Christian Elberfeld <elberfeld@web.de>
Date: Fri, 30 Dec 2022 02:36:06 +0100
Subject: [PATCH] =?UTF-8?q?h=C3=B6here=20Timeouts?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 intern/docker_openhab/templates/conf/things/network.things | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/intern/docker_openhab/templates/conf/things/network.things b/intern/docker_openhab/templates/conf/things/network.things
index ea7cfdb8..77594385 100644
--- a/intern/docker_openhab/templates/conf/things/network.things
+++ b/intern/docker_openhab/templates/conf/things/network.things
@@ -1,5 +1,5 @@
 
 // Netzwerk Geräte 
 
-network:pingdevice:switch01 [ hostname="192.168.0.100", retry=1, timeout=5000, refreshInterval=10000, uses_arp_ping="no" ]
-network:pingdevice:switch02 [ hostname="192.168.0.101", retry=1, timeout=5000, refreshInterval=10000, uses_arp_ping="no" ]
+network:pingdevice:switch01 [ hostname="192.168.0.100", retry=5, timeout=5000, refreshInterval=10000, uses_arp_ping="no" ]
+network:pingdevice:switch02 [ hostname="192.168.0.101", retry=5, timeout=5000, refreshInterval=10000, uses_arp_ping="no" ]
-- 
GitLab