mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
4 lines
68 B
PHP
4 lines
68 B
PHP
<?php
|
|
|
|
$sensor_value = round(10 * log10($sensor_value / 10000), 3);
|