From d1aeff5a90375380ed65ff2cbffb3ed89d99ee37 Mon Sep 17 00:00:00 2001 From: 3D <3d@n3rd3d.com> Date: Fri, 6 Jan 2023 21:25:14 +0100 Subject: [PATCH] updaqte switch ips --- 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 45214d3d..004ecc5d 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=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" ] +network:pingdevice:switch01 [ hostname="TL-SG3428XMP", retry=3, timeout=5000, refreshInterval=10000, uses_arp_ping="no" ] +network:pingdevice:switch02 [ hostname="TL-SG3452X", retry=3, timeout=5000, refreshInterval=10000, uses_arp_ping="no" ] -- GitLab