From de205c9f74248a2e456f2375a0e07fa7b7a81b3c Mon Sep 17 00:00:00 2001 From: Christian Elberfeld <elberfeld@web.de> Date: Sat, 31 Dec 2022 02:10:49 +0100 Subject: [PATCH] add namesreduce retry --- 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 77594385..45214d3d 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=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" ] +network:pingdevice:switch01 [ hostname="192.168.0.100", retry=3, timeout=5000, refreshInterval=10000, uses_arp_ping="no" ] +network:pingdevice:switch02 [ hostname="192.168.0.101", retry=3, timeout=5000, refreshInterval=10000, uses_arp_ping="no" ] -- GitLab