Skip to content

Commit

Permalink
Merge pull request #23 from mheath/fix-linkspeed-enum
Browse files Browse the repository at this point in the history
Fix link speeds enum
  • Loading branch information
MarkGodwin authored Jun 24, 2023
2 parents 4c5005a + 7ab2f5b commit ef6f79b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/tplink_omada_client/definitions.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,8 @@ class LinkSpeed(IntEnum):
SPEED_10_MBPS = 1
SPEED_100_MBPS = 2
SPEED_1_GBPS = 3
SPEED_10_GBPS = 4
SPEED_2_5_GBPS = 4
SPEED_10_GBPS = 5


class LinkDuplex(IntEnum):
Expand Down

0 comments on commit ef6f79b

Please sign in to comment.