2009-10-27 13:04:16 +00:00
|
|
|
<?php
|
2016-09-05 16:19:53 +01:00
|
|
|
$rrd_options = " --alt-y-grid";
|
2009-10-27 13:04:16 +00:00
|
|
|
|
2015-07-10 13:36:21 +02:00
|
|
|
$class = 'temperature';
|
|
|
|
|
$unit = 'C';
|
|
|
|
|
$unit_long = 'Degree C';
|
2009-10-27 13:04:16 +00:00
|
|
|
|
2015-07-10 13:36:21 +02:00
|
|
|
require 'includes/graphs/device/sensor.inc.php';
|