aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--plugin/sensors.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/sensors.php b/plugin/sensors.php
index 6d5323a..4724492 100644
--- a/plugin/sensors.php
+++ b/plugin/sensors.php
@@ -27,7 +27,7 @@ switch($obj->args['type']) {
27 break; 27 break;
28 case 'temperature': 28 case 'temperature':
29 $obj->rrd_title = sprintf('Temperature (%s)', $obj->args['pinstance']); 29 $obj->rrd_title = sprintf('Temperature (%s)', $obj->args['pinstance']);
30 $obj->rrd_vertical = 'Celius'; 30 $obj->rrd_vertical = 'Celsius';
31 $obj->rrd_format = '%5.1lf%s'; 31 $obj->rrd_format = '%5.1lf%s';
32 break; 32 break;
33 case 'voltage': 33 case 'voltage':