2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-03 16:56:54 +00:00

00_HXB.pm: removed erroneous declaration of ReadyFn

git-svn-id: https://svn.fhem.de/fhem/trunk@7911 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
borisneubert 2015-02-07 21:11:31 +00:00
parent 48e8040478
commit c77fd3513d

View File

@ -45,7 +45,7 @@ HXB_Initialize($)
$hash->{ReadFn} = "HXB_Read";
$hash->{Clients} = ":HXBDevice:";
$hash->{MatchList} = \%matchlist;
$hash->{ReadyFn} = "FHZ_Ready";
#$hash->{ReadyFn} = "HXB_Ready";
# Consumer
$hash->{DefFn} = "HXB_Define";