add type for aruba ap discovery

This commit is contained in:
Colin Gagnaire 2019-10-14 11:11:16 +02:00
parent 2e2e01d66e
commit d48b698061
1 changed files with 1 additions and 0 deletions

View File

@ -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;
}