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

10 lines
124 B
PHP
Raw Normal View History

<?php
2011-04-26 15:46:51 +00:00
$class = "fanspeed";
$unit = "";
$unit_long = "RPM";
2011-04-26 15:46:51 +00:00
include("includes/graphs/device/sensor.inc.php");
2011-04-26 15:46:51 +00:00
?>