2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-02-25 16:05:19 +00:00

98_DOIF.pm: fixed: plain text parameter "nullnegpos"

git-svn-id: https://svn.fhem.de/fhem/trunk@26899 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
Damian 2022-12-25 15:53:44 +00:00
parent a921948594
commit 5f604bfb15

View File

@ -5782,7 +5782,7 @@ sub ring_param {
$mode="";
} elsif ($mode eq "negnullpos") {
$mode=1;
} elsif ($mode eq "nullminmax") {
} elsif ($mode eq "nullnegpos") {
$mode=2;
}