Files
2019-04-12 20:47:13 -05:00

9 lines
165 B
PHP

<?php
$rrd_options = " --alt-y-grid";
$class = 'temperature';
$unit = 'C';
$unit_long = 'Degree C';
require 'includes/html/graphs/device/sensor.inc.php';