From 3ce66f2c5bf02b63202acd37437897312028bc91 Mon Sep 17 00:00:00 2001 From: Damian Date: Thu, 8 Apr 2021 15:13:24 +0000 Subject: [PATCH] 98_DOIF.pm:svg card: currend point animation git-svn-id: https://svn.fhem.de/fhem/trunk@24188 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/FHEM/98_DOIF.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fhem/FHEM/98_DOIF.pm b/fhem/FHEM/98_DOIF.pm index 77360c925..08f79fedc 100644 --- a/fhem/FHEM/98_DOIF.pm +++ b/fhem/FHEM/98_DOIF.pm @@ -4600,7 +4600,7 @@ sub card $out.=sprintf('',$maxValSlot,(50-int((${$a}[$maxValSlot]*$m+$n)*10)/10),color($maxValColor,$ln)) if (defined $maxVal); $out.=sprintf(',',$minValSlot,(50-int((${$a}[$minValSlot]*$m+$n)*10)/10),color($minValColor,$ln)) if (defined $minVal); - $out.=sprintf('',(50-int((${$a}[59]*$m+$n)*10)/10),color($currColor,$ln)); + $out.=sprintf(' ',(50-int((${$a}[59]*$m+$n)*10)/10),color($currColor,$ln)); $out.= sprintf('%s',color($maxColor,$lmm),"",$max); $out.= sprintf('%s',color($minColor,$lmm),"",$min);