Updated static interface

This commit is contained in:
2020-09-30 03:12:25 +02:00
parent 4bf5d980d2
commit 087395e950
3 changed files with 30 additions and 9 deletions

View File

@@ -93,3 +93,7 @@ class BirbnetesIoTPlatformStatusDriver:
@classmethod
def enqueue_pattern(cls, target: str, pattern: list):
cls.blinken_lights.enqueue_pattern(target, pattern)
@classmethod
def cleanup(cls):
cls.blinken_lights.stop()