10_DUOFERNSTICK: global INITIALIZED regex changed

git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@14082 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
Telekatz 2017-04-23 11:46:58 +00:00
parent 0d76007b5c
commit 410186d322

View File

@ -532,7 +532,7 @@ DUOFERNSTICK_Notify($$)
next if(!defined($s)); next if(!defined($s));
my ($what,$who) = split(' ',$s); my ($what,$who) = split(' ',$s);
if ($what && ($what =~ m/INITIALIZED/)) { if ($what && ($what =~ m/^INITIALIZED$/)) {
DUOFERNSTICK_DoInit($own); DUOFERNSTICK_DoInit($own);
} }
} }