Skip to content

Releases: infrasonar/unifidevice-probe

v3.0.10

28 Oct 12:38
Compare
Choose a tag to compare
  • Several type port metrics to optional as they are not always included in the result.
  • Upgrade to Python 3.12.

v3.0.9

21 May 11:34
Compare
Choose a tag to compare
  • Update aiohttp library.
  • Uplink can be wireless, set relevant metrics to optional.

v3.0.8

19 Apr 08:08
Compare
Choose a tag to compare
  • Update aiohttp to version 3.9.4.
  • Fix key error mac_table, #6.

v3.0.7

22 Jan 15:30
Compare
Choose a tag to compare
  • 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

06 Nov 14:20
Compare
Choose a tag to compare
  • Added uplink type (pr #5).
  • Added optional port_idx metric for port type (pr #5).

v3.0.5

03 Nov 13:54
Compare
Choose a tag to compare
  • 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

01 Nov 14:27
Compare
Choose a tag to compare
  • Added compatibility for UniFi OS controller devices.

v3.0.3

26 Sep 20:02
Compare
Choose a tag to compare
  • Added metrics:
    • satisfaction and num_sta to type device.
    • satisfaction and num_sta to type radio.
    • satisfaction to type vap.

v3.0.2

26 Sep 17:03
Compare
Choose a tag to compare
  • 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

22 Sep 11:06
Compare
Choose a tag to compare
  • Fixed connection cache to support connection changes.