Files
librenms-librenms/includes/html/pages/device/health/fanspeed.inc.php
2020-09-21 15:40:17 +02:00

8 lines
104 B
PHP

<?php
$class = 'fanspeed';
$unit = 'RPM';
$graph_type = 'sensor_fanspeed';
require 'sensors.inc.php';