Skip to content

Commit

Permalink
Merge pull request #4 from guillempages/patch-1
Browse files Browse the repository at this point in the history
Fix typo in LinkSpeed constant
  • Loading branch information
MarkGodwin authored Mar 1, 2023
2 parents aef86d2 + aac31bc commit 6a412a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tplink_omada_client/definitions.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ class LinkSpeed(IntEnum):
""" Known link speeds. """
SPEED_AUTO = 0
SPEED_10_MBPS = 1
SPEED_100_MBDS = 2
SPEED_100_MBPS = 2
SPEED_1_GBPS = 3
SPEED_10_GBPS = 4

Expand Down

0 comments on commit 6a412a0

Please sign in to comment.