Files

9 lines
160 B
PHP
Raw Permalink Normal View History

2009-10-27 13:04:16 +00:00
<?php
$rrd_options = " --alt-y-grid";
2009-10-27 13:04:16 +00:00
$class = 'temperature';
$unit = 'C';
$unit_long = 'Degree C';
2009-10-27 13:04:16 +00:00
require 'includes/graphs/device/sensor.inc.php';