mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
11 lines
168 B
PHP
11 lines
168 B
PHP
|
<?php
|
||
|
|
||
|
$graph_type = "sensor_power";
|
||
|
$sensor_class = "power";
|
||
|
$sensor_unit = "W";
|
||
|
$sensor_type = "Power";
|
||
|
|
||
|
include('pages/device/overview/generic/sensor.inc.php');
|
||
|
|
||
|
?>
|