2010-02-09 23:19:14 +00:00
|
|
|
<?php
|
|
|
|
|
2015-07-10 13:36:21 +02:00
|
|
|
echo 'Fanspeeds : ';
|
2011-09-18 15:38:05 +00:00
|
|
|
|
2012-05-25 12:24:34 +00:00
|
|
|
// Include all discovery modules
|
2015-07-10 13:36:21 +02:00
|
|
|
$include_dir = 'includes/discovery/fanspeeds';
|
|
|
|
require 'includes/include-dir.inc.php';
|
2011-09-18 15:38:05 +00:00
|
|
|
|
2015-07-10 13:36:21 +02:00
|
|
|
if ($debug) {
|
|
|
|
print_r($valid['sensor']['fanspeed']);
|
|
|
|
}
|
2010-02-15 01:26:50 +00:00
|
|
|
|
2011-05-04 11:04:19 +00:00
|
|
|
check_valid_sensors($device, 'fanspeed', $valid['sensor']);
|
2010-02-09 23:19:14 +00:00
|
|
|
|
2015-07-10 13:36:21 +02:00
|
|
|
echo "\n";
|