From 386b01621ada41439ddb063f6649a20076d393ab Mon Sep 17 00:00:00 2001 From: marcsello Date: Thu, 12 Nov 2020 21:29:56 +0100 Subject: [PATCH] Added blue led --- birbnetes_iot_platform_raspberry/led_stuff.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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