From 973e6abcaac127d867b5143625b3ebf9da69feef Mon Sep 17 00:00:00 2001 From: rudolfkoenig <> Date: Mon, 22 Jul 2019 11:34:23 +0000 Subject: [PATCH] SM_CPUTemp.gplot: New version for the RPi4 (Forum #102203) git-svn-id: https://svn.fhem.de/fhem/trunk@19885 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/www/gplot/SM_CPUTemp.gplot | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fhem/www/gplot/SM_CPUTemp.gplot b/fhem/www/gplot/SM_CPUTemp.gplot index 6c3dd1c6a..34c33fa4b 100644 --- a/fhem/www/gplot/SM_CPUTemp.gplot +++ b/fhem/www/gplot/SM_CPUTemp.gplot @@ -14,7 +14,7 @@ set xdata time set timefmt "%Y-%m-%d_%H:%M:%S" set xlabel " " set ytics -set yrange [450:1050] +set yrange [450:1500] set y2tics set title '' set grid xtics y2tics @@ -32,4 +32,4 @@ plot \ "< egrep 'cpu_temp:' "\ using 1:4 axes x1y2 title 'Temperatur' ls l0 lw 1 with lines \ "< egrep 'cpu_freq:' "\ - using 1:4 axes x1y1 title 'Frequenz' ls l1fill lw 1 with steps \ No newline at end of file + using 1:4 axes x1y1 title 'Frequenz' ls l1fill lw 1 with steps