Added controlling of blue led
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Pünkösd Marcell 2020-11-12 21:29:20 +01:00
parent eef15fc0b8
commit df2d6e8869
1 changed files with 1 additions and 0 deletions

View File

@ -24,6 +24,7 @@ class Loudspeaker(AbcActuator):
BirbnetesIoTPlatformPlaybackDriver.init(sound_dir)
def act(self):
BirbnetesIoTPlatformStatusDriver.enqueue_pattern('blue', [1, 1, 1, 1])
BirbnetesIoTPlatformPlaybackDriver.play_one_random()
def __del__(self):