mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-02-07 16:59:18 +00:00
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:
parent
8f00f5aab5
commit
1f2519edd1
@ -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