2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-10 03:06:37 +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:
Damian 2022-12-25 15:32:51 +00:00
parent bf4739bf38
commit 648d4f1e25

View File

@ -4922,7 +4922,7 @@ sub card
if (!defined $plot or $plot eq "autoscaling") {
$plot = "";
} elsif ($plot eq "fixscaling") {
} elsif ($plot eq "fixedscaling") {
$plot=1;
}
if (!defined $steps or $steps eq "nosteps") {