Skip to content

Commit a62c4e7

Browse files
committed
wdef init fix
1 parent 57ef9ab commit a62c4e7

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

bin/ue-operator

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -150,10 +150,7 @@ if __name__ == "__main__":
150150
"/home/alexa/text_to_speech/text_to_speech.cfg"],
151151
stderr=subprocess.STDOUT
152152
)
153-
pl.append(
154-
["python3", OPT + "environment/videoplayer/videoplayer.py"],
155-
stderr=subprocess.STDOUT
156-
)
153+
pl.append(["python3", OPT + "environment/videoplayer/videoplayer.py"])
157154
pl.append("mosquitto -c " + OPT + "mosquitto.conf | grep Error")
158155
sleep(1)
159156
logic_command = ["python3", OPT + "logic/main.py"]

logic/workflow_definition.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ def create(self, settings):
2727
LightControlWorkflow(Location.MAINROOM, State.ON, 255, (255, 255, 255)),
2828
LightControlWorkflow(Location.SERVERROOM, State.ON, 255, (255, 255, 255)),
2929

30+
SendTriggerWorkflow("Play Black Video", "env/video", State.OFF),
31+
3032
# Puzzle 5 init
3133
SendMessageWorkflow("Set Battery Level", "5/battery/1/level", 0),
3234
#SendMessageWorkflow("Set Battery UID", "5/battery/1/uid", 0),

0 commit comments

Comments
 (0)