32_yowsup.pm: possible fix to multiple yowsup processes running
git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@9419 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
@@ -87,6 +87,7 @@ yowsup_Notify($$)
|
||||
return if($dev->{NAME} ne "global");
|
||||
return if(!grep(m/^INITIALIZED|REREADCFG$/, @{$dev->{CHANGED}}));
|
||||
|
||||
yowsup_Disconnect($hash);
|
||||
yowsup_Connect($hash);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user