mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-10 09:16:53 +00:00
98_DOIF.pm: fixed plaintext name: "fixedscaling"
git-svn-id: https://svn.fhem.de/fhem/trunk@26898 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
bf4739bf38
commit
648d4f1e25
@ -4922,7 +4922,7 @@ sub card
|
|||||||
|
|
||||||
if (!defined $plot or $plot eq "autoscaling") {
|
if (!defined $plot or $plot eq "autoscaling") {
|
||||||
$plot = "";
|
$plot = "";
|
||||||
} elsif ($plot eq "fixscaling") {
|
} elsif ($plot eq "fixedscaling") {
|
||||||
$plot=1;
|
$plot=1;
|
||||||
}
|
}
|
||||||
if (!defined $steps or $steps eq "nosteps") {
|
if (!defined $steps or $steps eq "nosteps") {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user