mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Cisco enhanced cellular (#12463)
* Cisco enhanced cellular support * Extra sensors, camelcasing and bugfixes * Doc update * German translation * French translation * Style fixes * Style changes * Style changes * Style changes * Style changes * Style changes * Added test data * New test data --variant * New test data --variant ir1101 * Made the new wireless sensors generic * Added test data for ios variant ir809 * Fix includes/discovery/sensors/count/cisco.inc.php, thanks PipoCanaja * Moved cellular operating band from Wireless sensors to count sensor * test data * test data * test data * test data * Moved ICCID/IMSI/IMEI to inventory * test data and style fix * Cellular state sensors now have a group Co-authored-by: Maikel de Boer <mdb@tampnet.com>
This commit is contained in:
committed by
GitHub
parent
f5a0959181
commit
0a8f24c5b1
@@ -200,6 +200,12 @@ class WirelessSensor extends Sensor
|
||||
'distance' => [
|
||||
'icon' => 'space-shuttle',
|
||||
],
|
||||
'cell' => [
|
||||
'icon' => 'line-chart',
|
||||
],
|
||||
'channel' => [
|
||||
'icon' => 'line-chart',
|
||||
],
|
||||
];
|
||||
|
||||
if ($valid) {
|
||||
|
Reference in New Issue
Block a user