I have squirrel problems in my garden and they have been eating the fruits and vegetables we grow. I setup an electric fence over the weekend and I’ve connected the fence energizer to a GE outdoor module. I want to turn the energizer ON at 8am and turn it OFF at 6pm. I know we can achieve this either by creating 2 scenes (one to turn ON at 8am and another to turn OFF at 6pm) or by creating a single scene that starts at 8am and stops after 10 hour delay. I don’t know what is the recommended way.
How does single scene get executed internally? Does the scene execute the ON command first and sleeps for 10 hours and then when the sleep period is over it executes the OFF command? Or does it internally create 2 cron-like tasks, one to turn ON and another to turn off after the 8 hour delay.
If the former is true and if I restart vera during the sleep period, will the OFF command get executed after restart?
Thanks