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:
Janno Schouwenburg
2021-03-02 13:37:30 +01:00
committed by GitHub
parent f5a0959181
commit 0a8f24c5b1
25 changed files with 7623 additions and 8 deletions

View File

@@ -0,0 +1,8 @@
<?php
$scale_min = '0';
$unit_long = 'Cell';
$unit = '';
include 'wireless-sensor.inc.php';

View File

@@ -0,0 +1,6 @@
<?php
$unit_long = 'Channel';
$unit = '';
include 'wireless-sensor.inc.php';