mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-01 20:20:10 +00:00
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:
parent
0d76007b5c
commit
410186d322
@ -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);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user