Source code for lpf2.hub_type

"""LPF2 hub-type identifiers (LWP ``HubType``)."""

[docs] UNKNOWNHUB: int = 0
"""Unknown or unset hub type."""
[docs] BOOST_MOVE_HUB: int = 2
"""LEGO Boost Move Hub."""
[docs] POWERED_UP_HUB: int = 3
"""LEGO Powered-Up 2-port hub."""
[docs] POWERED_UP_REMOTE: int = 4
"""LEGO Powered-Up remote control."""
[docs] DUPLO_TRAIN_HUB: int = 5
"""LEGO Duplo train hub."""
[docs] CONTROL_PLUS_HUB: int = 6
"""LEGO Technic Control+ hub."""
[docs] MARIO_HUB: int = 7
"""LEGO Super Mario hub."""