mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
newdevice: Added wireless sensors for SAF Tehnika (#6975)
Add new sensor type MSE (Mean Squared Error) which is similar to SNR
This commit is contained in:
committed by
Neil Lathwood
parent
aeedf515c5
commit
527a989b4c
9
html/includes/graphs/device/wireless_mse.inc.php
Normal file
9
html/includes/graphs/device/wireless_mse.inc.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
$scale_max = '0';
|
||||
|
||||
$class = 'mse';
|
||||
$unit = '';
|
||||
$unit_long = 'dB';
|
||||
|
||||
require 'includes/graphs/device/wireless-sensor.inc.php';
|
Reference in New Issue
Block a user