mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-08 07:24:21 +00:00
20_N4HBUS.pm:Some speed improvements
git-svn-id: https://svn.fhem.de/fhem/trunk@15729 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
e55fa15ef4
commit
36d4a459cc
@ -4,21 +4,7 @@
|
||||
#
|
||||
# net4home Busconnector Device
|
||||
#
|
||||
# (c) 2014-2016 Oliver Koerber <koerber@net4home.de>
|
||||
#
|
||||
#
|
||||
# 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 <http://www.gnu.org/licenses/>.
|
||||
# (c) 2014-2018 Oliver Koerber <koerber@net4home.de>
|
||||
#
|
||||
# $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($) {
|
||||
</ul>
|
||||
<br />
|
||||
The device can also be connected to the busconnector on the same machine. <br />
|
||||
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.
|
||||
</ul>
|
||||
<br />
|
||||
<a name="N4HBUS_Readings"></a>
|
||||
@ -500,7 +486,6 @@ sub N4HBUS_Ready($) {
|
||||
in der Konfiguration des Services durchgeführt werden.<br />
|
||||
</ul>
|
||||
<br />
|
||||
|
||||
<a name="N4HBUS_Readings"></a>
|
||||
<b>Readings</b>
|
||||
<ul>
|
||||
|
Loading…
x
Reference in New Issue
Block a user