I’m trying to reinvent the wait timer I had in my intrusion lights piston… Previously I was using a single “with” block with a wait timer between the turn on and turn off. I’d have that wait for a random time between 5 - 15 minutes, and then turn the lights back off again.
I’m trying to do the same thing, but with a variable stays true for {minutes}. When I put this in for the expression, and minutes selected in the time dropdown, I get what appears to be the random value, multiplied by 1000, multiplied by 60 (e.g. 840000 in the image below, when it should be a range of 5-15 minutes):