Skip to content

Commit

Permalink
use showModel instead of Model
Browse files Browse the repository at this point in the history
  • Loading branch information
T0biii committed May 20, 2024
1 parent c8d3be3 commit eb9fb85
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 eb9fb85

Please sign in to comment.