Files
librenms-librenms/html/includes/graphs/device/temperature.inc.php
T

10 lines
133 B
PHP
Raw Normal View History

2009-10-27 13:04:16 +00:00
<?php
2011-04-26 15:46:51 +00:00
$class = "temperature";
$unit = "C";
$unit_long = "Degree C";
2009-10-27 13:04:16 +00:00
2011-04-26 15:46:51 +00:00
include("includes/graphs/device/sensor.inc.php");
2009-10-27 13:04:16 +00:00
2011-04-26 15:46:51 +00:00
?>