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