mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-02-01 01:09:47 +00:00
rollback autodiscovery
git-svn-id: https://svn.fhem.de/fhem/trunk@2486 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
a883ad8cdc
commit
cfc47cf8e0
@ -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());
|
||||||
|
Loading…
Reference in New Issue
Block a user