11 lines
192 B
PHP
Raw Normal View History

<?php
$graph_type = "sensor_temperature";
$sensor_class = "temperature";
$sensor_unit = "&deg;C";
$sensor_type = "Temperatures";
include('pages/device/overview/generic/sensor.inc.php');
?>