Neil Lathwood d48be5f507 newdevice: Added detection for Cisco EPC devices (#6690)
* newdevice: Added detection for Cisco EPC devices

* updated test file

* added dbm support

* added snr support
2017-05-23 10:28:44 -05:00

8 lines
121 B
PHP

<?php
$class = 'snr';
$unit = 'dB';
$unit_long = 'SNR (dB)';
require 'includes/graphs/device/sensor.inc.php';