add type for aruba ap discovery

This commit is contained in:
Colin Gagnaire 2019-10-14 11:11:16 +02:00
parent 65778cbe56
commit 78b2ba6d97

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