Files
librenms-librenms/html/pages/device/overview/sensors/current.inc.php
2015-08-04 19:29:43 +02:00

9 lines
170 B
PHP

<?php
$graph_type = "sensor_current";
$sensor_class = "current";
$sensor_unit = "A";
$sensor_type = "Current";
include('pages/device/overview/generic/sensor.inc.php');