From: Christian Weiske Date: Tue, 11 Dec 2012 19:38:13 +0000 (+0100) Subject: a thicker line for target temperatures X-Git-Url: https://git.cweiske.de/munin-heatpump.git/commitdiff_plain/d92b3b0047442589841be6168964ae3190f7da99?ds=sidebyside a thicker line for target temperatures --- diff --git a/heatpump-dimplex-wpm_ b/heatpump-dimplex-wpm_ index b99ccfe..a9a0d6c 100755 --- a/heatpump-dimplex-wpm_ +++ b/heatpump-dimplex-wpm_ @@ -72,7 +72,7 @@ if [ "$1" = "config" ]; then echo 'graph_category sensors' echo 'returntargettemp.label Ruecklaufsolltemperatur' - echo 'returntargettemp.draw LINE1' + echo 'returntargettemp.draw LINE2' echo 'returntemp.label Ruecklauftemperatur' echo 'returntemp.draw LINE1' echo 'influxtemp.label Vorlauftemperatur' @@ -88,7 +88,7 @@ if [ "$1" = "config" ]; then echo 'graph_category sensors' echo 'watertargettemp.label Solltemperatur' - echo 'watertargettemp.draw LINE1' + echo 'watertargettemp.draw LINE2' echo 'watertemp.label Warmwassertemperatur' echo 'watertemp.draw LINE1'