1) Give a description of the problem
Within my piston to control the volume of my speakers, i created a variable true/false, with a 30 minute wait, so each time i unmute the speakers, it doesnt send a volume command, the variable SHOULD wait 30 minutes to become true again, however, each time i unmute the speakers the timer RESTARTS again, and starts counting down from 30 minutes.
I see the countdown timer in the dashboard, i just want it to complete the countdown of 30 minutes regardless of other activity. I’m sure someone here know’s what to do. Maybe there’s a better way completely to automate the volume levels throughout the day?
Near the bottom of the piston is the timer,
IF variable is false,
Wait 30 minutes
set to true.