diff --git a/birbnetes_iot_platform_raspberry/led_stuff.py b/birbnetes_iot_platform_raspberry/led_stuff.py index 3340b16..5f83a18 100644 --- a/birbnetes_iot_platform_raspberry/led_stuff.py +++ b/birbnetes_iot_platform_raspberry/led_stuff.py @@ -82,7 +82,7 @@ class BirbnetesIoTPlatformStatusDriver: @classmethod def init(cls): - cls.blinken_lights = BlinkenLights({'red': 24, 'green': 23}) + cls.blinken_lights = BlinkenLights({'red': 24, 'green': 23, 'blue': 26}) cls.blinken_lights.start() @classmethod