Added blue led
This commit is contained in:
		@@ -82,7 +82,7 @@ class BirbnetesIoTPlatformStatusDriver:
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
    @classmethod
 | 
					    @classmethod
 | 
				
			||||||
    def init(cls):
 | 
					    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()
 | 
					        cls.blinken_lights.start()
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    @classmethod
 | 
					    @classmethod
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user