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