Files

8 lines
124 B
PHP
Raw Permalink Normal View History

2007-06-10 20:47:08 +00:00
<?php
$class = 'temperature';
$unit = '&deg;C';
$graph_type = 'sensor_temperature';
2007-06-10 20:47:08 +00:00
require 'sensors.inc.php';