2010-06-04 09:05:42 +00:00
|
|
|
<?php
|
|
|
|
|
2011-04-26 15:46:51 +00:00
|
|
|
$class = "freqquency";
|
|
|
|
$unit = "Hz";
|
|
|
|
$unit_long = "Hertz";
|
2010-06-04 09:05:42 +00:00
|
|
|
|
2011-04-26 15:46:51 +00:00
|
|
|
include("includes/graphs/device/sensor.inc.php");
|
2010-06-04 09:05:42 +00:00
|
|
|
|
2011-04-26 15:46:51 +00:00
|
|
|
?>
|