2
0
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:
Damian 2018-10-09 21:16:27 +00:00
parent afb9135021
commit 7c80cf5ba0

View File

@ -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");
$ret=0;