Simple Door Open After Certain time


#1

Hey guys, a simple one, for someone trying to learn. I tried adding alexa speak text to until door closes, and then a thank you, but it won’t run that. I omitted it from the script example, as I’m sure it’s getting stuck after the door closes, it just stops

1) Give a description of the problem
After door is shut, can’t get alexa to say “Thank you”

2) What is the expected behaviour?
Alexa to follow up with, thank you.

3) What is happening/not happening?
Not saying thanks

**4) Post a Green Snapshot of the piston![image|45x37]


#2

between end repeat and end if, try adding an action
with
music player
speak text “thank you”
end with


#3

That did it…Thanks!