Added support for Mikrotik LTE Modem (#10805)

* Added support for Mikrotik LTE Modem

* Deleted mistaken file

* Travis fix

* Another Travis fix
This commit is contained in:
Jozef Rebjak
2019-11-13 12:31:32 +01:00
committed by Neil Lathwood
parent a43f0ea757
commit c69efb3444
18 changed files with 1276 additions and 1 deletions

View File

@@ -156,6 +156,15 @@ class WirelessSensor extends Sensor
'snr' => [
'icon' => 'signal',
],
'sinr' => [
'icon' => 'signal',
],
'rsrp' => [
'icon' => 'signal',
],
'rsrq' => [
'icon' => 'signal',
],
'ssr' => [
'icon' => 'signal',
],