mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-03 13:45:36 +00:00
. watchdog fixed
git-svn-id: https://svn.fhem.de/fhem/trunk@1010 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
3264370101
commit
e51ebcab1e
@ -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 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user