2010-06-23 15:54:56 +00:00
|
|
|
<?php
|
|
|
|
|
2011-04-26 15:46:51 +00:00
|
|
|
$class = "humidity";
|
|
|
|
$unit = "%";
|
|
|
|
$unit_long = "Percent";
|
2010-06-23 15:54:56 +00:00
|
|
|
|
2011-04-26 15:46:51 +00:00
|
|
|
include("includes/graphs/device/sensor.inc.php");
|
2010-06-23 15:54:56 +00:00
|
|
|
|
2011-04-26 15:46:51 +00:00
|
|
|
?>
|