2011-05-05 11:27:22 +00:00

10 lines
124 B
PHP

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