mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-01-31 18:59:33 +00:00
fix for multiple servers
git-svn-id: https://svn.fhem.de/fhem/trunk@4287 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
3823fde597
commit
7e4d641271
@ -214,7 +214,7 @@ OWServer_Notify($$)
|
||||
|
||||
foreach my $d (keys %defs) {
|
||||
next if($defs{$d}{TYPE} ne "OWServer");
|
||||
OWServer_OpenDev($hash);
|
||||
OWServer_OpenDev($defs{$d});
|
||||
}
|
||||
|
||||
return undef;
|
||||
|
Loading…
Reference in New Issue
Block a user