Releases: infrasonar/unifidevice-probe
Releases · infrasonar/unifidevice-probe
v3.0.10
- Several type
port
metrics to optional as they are not always included in the result.
- Upgrade to Python 3.12.
v3.0.9
- Update
aiohttp
library.
- Uplink can be wireless, set relevant metrics to optional.
v3.0.8
- Update
aiohttp
to version 3.9.4.
- Fix key error
mac_table
, #6.
v3.0.7
- Changed the metrics
speed_cap
and forward
to optional as old versions do not provide these.
- Upgraded the
aiohttp
library to a newer version.
v3.0.6
- Added uplink type (pr #5).
- Added optional
port_idx
metric for port type (pr #5).
v3.0.5
- Added new type
port
.
- Added new type
mac
.
- Added new metrics to type
device
.
- total_used_power
- config_network_type
- bonding_enabled
- kernel_version
- serial
- license_state
v3.0.4
- Added compatibility for UniFi OS controller devices.
v3.0.3
- Added metrics:
satisfaction
and num_sta
to type device
.
satisfaction
and num_sta
to type radio
.
satisfaction
to type vap
.
v3.0.2
- Update probe library.
- Incomplete result exception with nice message in case of a missing Radio or VAP name.
- Added new metrics:
cpu
and mem
for the device
type.
rx_bytes
and tx_power
for the radio
type.
tx_bytes
, tx_dropped
, tx_errors
and tx_power
for the vap
type.
v3.0.1
- Fixed connection cache to support connection changes.