Files
librenms-librenms/html/includes/graphs/device/power.inc.php
T

10 lines
124 B
PHP
Raw Normal View History

<?php
$class = "power";
$unit = "W";
$unit_long = "Watts";
include("includes/graphs/device/sensor.inc.php");
?>