10_DUOFERNSTICK: global INITIALIZED regex changed
git-svn-id: https://svn.fhem.de/fhem/trunk@14082 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
@@ -532,7 +532,7 @@ DUOFERNSTICK_Notify($$)
|
||||
next if(!defined($s));
|
||||
my ($what,$who) = split(' ',$s);
|
||||
|
||||
if ($what && ($what =~ m/INITIALIZED/)) {
|
||||
if ($what && ($what =~ m/^INITIALIZED$/)) {
|
||||
DUOFERNSTICK_DoInit($own);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user