2011-12-14 10:54:35 +00:00
|
|
|
<?php
|
|
|
|
|
2015-07-10 13:36:21 +02:00
|
|
|
$graph_type = 'sensor_dbm';
|
|
|
|
$sensor_class = 'dbm';
|
|
|
|
$sensor_unit = 'dBm';
|
|
|
|
$sensor_type = 'dBm';
|
2011-12-14 10:54:35 +00:00
|
|
|
|
2015-07-10 13:36:21 +02:00
|
|
|
require 'pages/device/overview/generic/sensor.inc.php';
|