. watchdog fixed
git-svn-id: https://fhem.svn.sourceforge.net/svnroot/fhem/trunk/fhem@1010 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
@@ -75,7 +75,7 @@ watchdog_Notify($$)
|
|||||||
if($n =~ m/^$re2$/ || "$n:$s" =~ m/^$re2$/) {
|
if($n =~ m/^$re2$/ || "$n:$s" =~ m/^$re2$/) {
|
||||||
RemoveInternalTimer($ntfy);
|
RemoveInternalTimer($ntfy);
|
||||||
|
|
||||||
if($re1 eq $re2) {
|
if($re1 eq $re2 || $re1 eq ".") {
|
||||||
watchdog_Activate($ntfy);
|
watchdog_Activate($ntfy);
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user