2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-01-31 18:59:33 +00:00

rollback autodiscovery

git-svn-id: https://svn.fhem.de/fhem/trunk@2486 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
mfr69bs 2013-01-12 04:53:03 +00:00
parent a883ad8cdc
commit cfc47cf8e0

View File

@ -224,12 +224,15 @@ OWServer_Dir($@)
} }
##################################### #####################################
# TODO: codereview - es war zu spät...
sub sub
OWServer_Autodiscovery($) OWServer_Autodiscovery($)
{ {
my ($hash)= @_; my ($hash)= @_;
my $name = $hash->{NAME}; my $name = $hash->{NAME};
return undef;
my $owserver= $hash->{fhem}{owserver}; my $owserver= $hash->{fhem}{owserver};
my @dir= split(",", $owserver->dir()); my @dir= split(",", $owserver->dir());