Skip to content

Commit

Permalink
Merge pull request #4 from divadsn/patch-1
Browse files Browse the repository at this point in the history
Add missing DeviceId for phone/app
  • Loading branch information
ownbee authored Dec 13, 2024
2 parents c97b379 + b8cb51d commit 1850351
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ninebot_ble/transport.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ class DeviceId(enum.Enum):
"""Built-in battery of ES"""
PC = 0x3D
"""PC upper computer connected through serial port/CAN debugger/IoT equipment"""
PHONE = 0x3E
"""Mobile phone linked through Bluetooth serial port (BLE)"""


class Packet:
Expand Down

0 comments on commit 1850351

Please sign in to comment.