From 36d4a459cc559d8bb786731ce6adb07ef5d0a74c Mon Sep 17 00:00:00 2001 From: oliverk <> Date: Sat, 30 Dec 2017 20:38:14 +0000 Subject: [PATCH] 20_N4HBUS.pm:Some speed improvements git-svn-id: https://svn.fhem.de/fhem/trunk@15729 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/FHEM/20_N4HBUS.pm | 21 +++------------------ 1 file changed, 3 insertions(+), 18 deletions(-) diff --git a/fhem/FHEM/20_N4HBUS.pm b/fhem/FHEM/20_N4HBUS.pm index 20755565a..617afd14a 100644 --- a/fhem/FHEM/20_N4HBUS.pm +++ b/fhem/FHEM/20_N4HBUS.pm @@ -4,21 +4,7 @@ # # net4home Busconnector Device # -# (c) 2014-2016 Oliver Koerber -# -# -# Fhem is free software: you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 2 of the License, or -# (at your option) any later version. -# -# Fhem is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with fhem. If not, see . +# (c) 2014-2018 Oliver Koerber # # $Id$ # @@ -31,7 +17,7 @@ use warnings; use POSIX; use Data::Dumper; -my $n4hbus_Version = "1.0.1.2 - 27.10.2016"; +my $n4hbus_Version = "1.0.2.0 - 30.12.2017"; sub N4HBUS_Read($@); sub N4HBUS_Write($$$$); @@ -456,7 +442,7 @@ sub N4HBUS_Ready($) {
The device can also be connected to the busconnector on the same machine.
- Default Port for communication is 3478. In case you need to change this please change also the Port in the conf of busconnector service. + Default Port for communication is 3478. In case you need to change this please change also the Port in the conf of Busconnector service.
@@ -500,7 +486,6 @@ sub N4HBUS_Ready($) { in der Konfiguration des Services durchgeführt werden.

- Readings