add type for aruba ap discovery
This commit is contained in:
parent
2e2e01d66e
commit
d48b698061
|
@ -91,6 +91,7 @@ sub run {
|
|||
$ap{group} = $result->{wlanAPGroupName};
|
||||
$ap{location} = $result->{wlanAPLocation};
|
||||
$ap{status} = $result->{wlanAPStatus};
|
||||
$ap{type} = "ap";
|
||||
|
||||
push @disco_data, \%ap;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue