pupdevices: Fix remote light being external.

So it is awaitable.
This commit is contained in:
Laurens Valk
2023-11-13 08:49:19 +01:00
parent d7f9723f6f
commit f470f1c510
+1 -1
View File
@@ -94,7 +94,7 @@ class Motor(_common.Motor):
class Remote:
"""LEGO® Powered Up Bluetooth Remote Control."""
light = _common.ColorLight()
light = _common.ExternalColorLight()
buttons = _common.Keypad(
(
Button.LEFT_MINUS,