File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments