2010-12-02 16:45:32 +00:00
|
|
|
<?php
|
|
|
|
|
|
|
|
$graph_type = "sensor_temperature";
|
|
|
|
$sensor_class = "temperature";
|
|
|
|
$sensor_unit = "°C";
|
2011-04-11 13:33:55 +00:00
|
|
|
$sensor_type = "Temperature";
|
2010-12-02 16:45:32 +00:00
|
|
|
|
|
|
|
include('pages/device/overview/generic/sensor.inc.php');
|
|
|
|
|
|
|
|
?>
|