mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-01 12:38:37 +00:00
98_DOIF.pm: fixed parameters: "negzeropos", "zeronegpos"
git-svn-id: https://svn.fhem.de/fhem/trunk@26901 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
1ca001c7c7
commit
1666e1024b
@ -5780,9 +5780,9 @@ sub ring_param {
|
||||
|
||||
if (!defined $mode or $mode eq "minmax") {
|
||||
$mode="";
|
||||
} elsif ($mode eq "negnullpos") {
|
||||
} elsif ($mode eq "negzeropos") {
|
||||
$mode=1;
|
||||
} elsif ($mode eq "nullnegpos") {
|
||||
} elsif ($mode eq "zeronegpos") {
|
||||
$mode=2;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user