Skip to content

Commit

Permalink
Identify as unifi
Browse files Browse the repository at this point in the history
  • Loading branch information
awlx committed Jan 13, 2022
1 parent e4dd634 commit 1ea4e85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unifi_respondd/respondd_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ def getNodeInfos(self):
nodes.append(
NodeInfo(
software=SoftwareInfo(
firmware=FirmwareInfo(base=ap.firmware, release="")
firmware=FirmwareInfo(base="UniFi", release=ap.firmware)
),
hostname=ap.name,
node_id=ap.mac.replace(":", ""),
Expand Down

0 comments on commit 1ea4e85

Please sign in to comment.