break up array()s into individual definitions. add unadded files.

git-svn-id: http://www.observium.org/svn/observer/trunk@2247 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Adam Amstrong
2011-05-05 11:27:22 +00:00
parent bf12b94a19
commit 63b25bb2f7
6 changed files with 130 additions and 22 deletions
@@ -0,0 +1,9 @@
<?php
$class = "power";
$unit = "W";
$unit_long = "Watts";
include("includes/graphs/device/sensor.inc.php");
?>