mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Fix Cisco APs polling (#13560)
This commit is contained in:
@@ -74,6 +74,7 @@ class Ciscowlc extends Cisco implements
|
||||
$channel = str_replace('ch', '', $value['bsnAPIfPhyChannelNumber'] ?? '');
|
||||
|
||||
$ap = new AccessPoint([
|
||||
'device_id' => $device['device_id'],
|
||||
'name' => $stats[$indexName]['bsnAPName'] ?? '',
|
||||
'radio_number' => Arr::first(explode('.', $key)),
|
||||
'type' => $value['bsnAPIfType'] ?? '',
|
||||
|
Reference in New Issue
Block a user