Skip to content

Commit

Permalink
Merge pull request #3 from freifunkMUC/use-showModel
Browse files Browse the repository at this point in the history
use showModel instead of Model
  • Loading branch information
GoliathLabs authored May 20, 2024
2 parents c8d3be3 + eb9fb85 commit 718c076
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion omada_respondd/omada_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ def get_infos():
frequency5=frequency5,
latitude=float(lat),
longitude=float(lon),
model=ap.get("model", None),
model=ap.get("showModel", None),
firmware=ap.get("version", None),
uptime=moreAPInfos.get("uptimeLong", None),
contact=snmp.get("contact", None),
Expand Down

0 comments on commit 718c076

Please sign in to comment.