mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-02-25 09:55:38 +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:
parent
a921948594
commit
5f604bfb15
@ -5782,7 +5782,7 @@ sub ring_param {
|
||||
$mode="";
|
||||
} elsif ($mode eq "negnullpos") {
|
||||
$mode=1;
|
||||
} elsif ($mode eq "nullminmax") {
|
||||
} elsif ($mode eq "nullnegpos") {
|
||||
$mode=2;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user