mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-14 16:04:30 +02:00
8 lines
126 B
PHP
8 lines
126 B
PHP
<?php
|
|
|
|
$graph_type = 'sensor_humidity';
|
|
$unit = '%';
|
|
$class = 'humidity';
|
|
|
|
require 'pages/health/sensors.inc.php';
|