Added blue led

This commit is contained in:
Pünkösd Marcell 2020-11-12 21:29:56 +01:00
parent d7e879f312
commit 386b01621a
1 changed files with 1 additions and 1 deletions

View File

@ -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