WebCoRE Piston help

I have a piston I've created that works fine, but I want to repeat the announcement if the door hasn't been closed after 1 minute, 1 1/2 minutes, etc...
What have I overlooked?

If you have Advanced Statements enabled under Options while in Edit mode, you can use a Repeat statement

Something like....

  repeat
  do
    with SpeakerDevice
      Blah blah
      wait 60 seconds
  until
    ContactDevice is closed
  end repeat
2 Likes

So it might look like this:

Screen Shot 2022-11-03 at 7.05.24 PM

or use your stays expression

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.