Skip to content

Commit 5e53815

Browse files
committed
ble.lwp3.bytecodes: Add Luigi hub ID.
1 parent 543b142 commit 5e53815

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99
### Added
1010
- Added `VOLUME` to `ble.lwp3.bytecodes.HubProperty` enum.
1111
- Added SPIKE Essential hub device IDs.
12+
- Added Luigi hub device ID.
1213

1314
## [1.0.0-alpha.14] - 2021-08-27
1415

pybricksdev/ble/lwp3/bytecodes.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,11 +189,15 @@ class HubKind(IntEnum):
189189
MARIO = 0x43
190190
"""LEGO Mario Hub."""
191191

192+
LUIGI = 0x44
193+
"""LEGO Luigi Hub."""
194+
192195
TECHNIC = 0x80
193196
"""LEGO 4-port Technic Hub."""
194197

195198
TECHNIC_LARGE = 0x81
196199
"""LEGO SPIKE Prime Hub and MINDSTORMS Robot Inventor hubs."""
200+
197201
TECHNIC_SMALL = 0x83
198202
"""LEGO SPIKE Essential Hub."""
199203

0 commit comments

Comments
 (0)