device: Update Cambium devices to the new wireless sensors (#7703)

* Inital cambium refactor

* Refactored tests

* Remove CMM from pmp group

* Add sensors / Give CMM individual OS

* Fix linting

* More Sensors / states and Revised Headers

* Added old graphs / more sensors

* Add modulation rate to sensor

* Fix Hardware detection bug

* Further hardware detection refinments

* Modify pmp hardware detection

* New Wireless Metric - SSR

* SSR Sensor Graph

* Migrate SSR to metric

* Added last metric file

* Add master check to isAp method

* Fix variables in epmp

* CMM Discovery and state addition

* Add another test for cmm
This commit is contained in:
Paul Heinrichs
2017-12-06 16:36:01 -05:00
committed by Neil Lathwood
parent f7aed1e203
commit 0dd3ec25d3
38 changed files with 3737 additions and 255 deletions

View File

@@ -175,6 +175,12 @@ class WirelessSensor extends Sensor
'unit' => 'dB',
'icon' => 'signal',
),
'ssr' => array(
'short' => 'SSR',
'long' => 'Signal Strength Ratio',
'unit' => 'dB',
'icon' => 'signal',
),
'mse' => array(
'short' => 'MSE',
'long' => 'Mean Square Error',