Skip to content

Commit

Permalink
pupdevices: Fix remote light being external.
Browse files Browse the repository at this point in the history
So it is awaitable.
  • Loading branch information
laurensvalk committed Nov 13, 2023
1 parent d7f9723 commit f470f1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pybricks/pupdevices.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ def reset_angle(self, angle: Optional[Number] = None) -> None:
class Remote:
"""LEGO® Powered Up Bluetooth Remote Control."""

light = _common.ColorLight()
light = _common.ExternalColorLight()
buttons = _common.Keypad(
(
Button.LEFT_MINUS,
Expand Down

0 comments on commit f470f1c

Please sign in to comment.