mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-02 19:15:31 +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$/) {
|
||||
RemoveInternalTimer($ntfy);
|
||||
|
||||
if($re1 eq $re2) {
|
||||
if($re1 eq $re2 || $re1 eq ".") {
|
||||
watchdog_Activate($ntfy);
|
||||
|
||||
} else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user