2011-04-20 09:59:48 +00:00
|
|
|
<?php
|
|
|
|
|
|
|
|
$graph_type = "sensor_power";
|
2011-04-20 10:17:19 +00:00
|
|
|
$unit = "W";
|
2011-05-16 09:55:27 +00:00
|
|
|
$class = "power";
|
2011-04-20 09:59:48 +00:00
|
|
|
|
2011-05-16 09:55:27 +00:00
|
|
|
include("pages/health/sensors.inc.php");
|
2011-04-20 09:59:48 +00:00
|
|
|
|
|
|
|
?>
|