mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-01-31 18:59:33 +00:00
98_DOIF.pm: perl mode: selftrigger always on
git-svn-id: https://svn.fhem.de/fhem/trunk@17498 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
afb9135021
commit
7c80cf5ba0
@ -2338,7 +2338,7 @@ DOIF_Notify($$)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
return "" if (defined $hash->{helper}{cur_cmd_nr});
|
return "" if (defined $hash->{helper}{cur_cmd_nr} and $hash->{MODEL} ne "Perl");
|
||||||
return "" if (ReadingsVal($pn,"mode","") eq "disabled");
|
return "" if (ReadingsVal($pn,"mode","") eq "disabled");
|
||||||
|
|
||||||
$ret=0;
|
$ret=0;
|
||||||
|
Loading…
Reference in New Issue
Block a user