newdevice: Added detection for Cisco EPC devices (#6690)

* newdevice: Added detection for Cisco EPC devices

* updated test file

* added dbm support

* added snr support
This commit is contained in:
Neil Lathwood
2017-05-23 16:28:45 +01:00
committed by Tony Murray
parent 407c0a4470
commit d48be5f507
24 changed files with 10952 additions and 1 deletions

View File

@@ -140,6 +140,7 @@ function record_sensor_data($device, $all_sensors)
'state' => '#',
'signal' => 'dBm',
'airflow' => 'cfm',
'snr' => 'SNR',
);
foreach ($all_sensors as $sensor) {