2010-12-02 16:45:32 +00:00
|
|
|
<?php
|
|
|
|
|
|
|
|
$graph_type = "sensor_frequency";
|
|
|
|
$sensor_class = "freq";
|
|
|
|
$sensor_unit = "Hz";
|
2011-04-11 13:33:55 +00:00
|
|
|
$sensor_type = "Frequency";
|
2010-12-02 16:45:32 +00:00
|
|
|
|
|
|
|
include('pages/device/overview/generic/sensor.inc.php');
|
|
|
|
|
|
|
|
?>
|