mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
527a989b4c
Add new sensor type MSE (Mean Squared Error) which is similar to SNR
9 lines
101 B
PHP
9 lines
101 B
PHP
<?php
|
|
|
|
$scale_max = '0';
|
|
|
|
$unit_long = 'MSE (dB)';
|
|
$unit = 'dB';
|
|
|
|
include 'wireless-sensor.inc.php';
|