1) Give a description of the problem
Two action sets (1st and 2nd). Only the first set of actions is executing. 1st action set keeps repeating.
The issue is with the button, everything else is functioning as it should.
2) What is the expected behavior?
There are two button action sets. It needs to toggle between them without restrictions.
Rundown of what’s supposed to happen:
- Push button
- First set of actions happen. - Does action and pauses another piston
- Once the button is pushed again (regardless of the amount of time has passed)
- Second set of actions happen - Basically resumes the paused piston and resets the switch
to how it was before the first press. (loop)
What’s actually happening:
- Push button
- First set of actions happen. - Does action and pauses another piston
- ^^^^Repeats. 2nd set of actions never happens.
Context: This is on a motion dimmer. The button essentially puts the dimmer in manual mode so it doesn’t go off while i’m in the shower. So i can push the button, dimmer goes into manual mode, finish shower, push button, dimmer returns to normal, other piston resumes.
I’m pretty new to webcore so i appreciate all the help.
Also, is there a guide equivalent to learning Python or another language for Webcore?
Like how it starts you off with “Hello world” and then progresses?
Thanks!




