some doc cleanup in ubiquiti (#411)

This commit is contained in:
nick n
2020-11-15 20:04:41 +01:00
committed by GitHub
parent 50841b5109
commit 1c7320ce1e

View File

@@ -254,11 +254,11 @@ sub mac {
} }
sub interfaces { sub interfaces {
my $netgear = shift; my $ubnt = shift;
my $partial = shift; my $partial = shift;
my $interfaces = $netgear->i_index($partial) || {}; my $interfaces = $ubnt->i_index($partial) || {};
my $i_descr = $netgear->i_description($partial) || {}; my $i_descr = $ubnt->i_description($partial) || {};
my $return = {}; my $return = {};
foreach my $iid ( keys %$i_descr ) { foreach my $iid ( keys %$i_descr ) {
@@ -372,11 +372,11 @@ Bridge MAC address.
=item $ubnt->os() =item $ubnt->os()
Returns 'Ubiquiti Networks, Inc.' Returns C<AirOS>, C<UniFi> or C<EdgeOS> depending on model.
=item $ubnt->os_ver() =item $ubnt->os_ver()
Returns the software version extracted from C<dot11manufacturerProductVersion>, with failback to description splitting for EdgeMax devices Returns the software version extracted from C<dot11manufacturerProductVersion>, with fallback to description splitting for EdgeMax devices
=back =back
@@ -397,11 +397,11 @@ to a hash.
=over =over
=item $ubiquiti->interfaces() =item $ubnt->interfaces()
Uses the i_name() field. Uses the i_name() field.
=item $ubiquiti->i_ignore() =item $ubnt->i_ignore()
Ignores interfaces with "CPU Interface" in them. Ignores interfaces with "CPU Interface" in them.