Files

10 lines
157 B
PHP
Raw Permalink Normal View History

2009-10-27 13:04:16 +00:00
<?php
2020-09-21 15:40:17 +02:00
2020-09-21 15:59:34 +02:00
$rrd_options = ' --alt-y-grid';
2009-10-27 13:04:16 +00:00
2020-09-21 15:40:17 +02:00
$class = 'temperature';
$unit = 'C';
$unit_long = 'Degree C';
2009-10-27 13:04:16 +00:00
2019-04-11 23:26:42 -05:00
require 'includes/html/graphs/device/sensor.inc.php';