Skip to content

Commit e39dd78

Browse files
committed
Adjust to all caps
1 parent 57d61a4 commit e39dd78

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

airos/data.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ class IeeeMode(Enum):
4242
class WirelessMode(Enum):
4343
"""Enum definition."""
4444

45-
AccessPoint_PointToPoint = "ap-ptp"
46-
Station_PointToPoint = "sta-ptp"
45+
PTP_ACCESSPOINT = "ap-ptp"
46+
PTP_STATION = "sta-ptp"
4747
# More to be added when known
4848

4949

0 commit comments

Comments
 (0)