I wonder if you could implement a random delay by using an apilio numeric variable.
What I am trying to achieve is to trigger an applet in ifttt at a random delay to switch on a lamp, then another trigger at another random delay to call another ifttt applet to switch off that lamp in such a way the house will feel occupied when I am away.
I gonna try to sketch my needs to make it easier to understand:
ifttt:
when sunset trigger a logicblock in Apilio
apilio:
if home is empty:
- call ifttt applet to switch on lamp after a 30 seconds delay. [at this point I would like the delay to be a random value or perhaps to let me use a variable defined in apilio]
- call ifttt applet to switch off lamp after a 3600 seconds delay. [at this point I would like the delay to be a random value or perhaps to let me use a variable defined in apilio]
Is there a way to make the delay as a variable which could be a random numeric value?