mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
* newdevice: Added detection for Cisco EPC devices * updated test file * added dbm support * added snr support
8 lines
121 B
PHP
8 lines
121 B
PHP
<?php
|
|
|
|
$class = 'snr';
|
|
$unit = 'dB';
|
|
$unit_long = 'SNR (dB)';
|
|
|
|
require 'includes/graphs/device/sensor.inc.php';
|