Hi 

I am currently using this snippet in my switch to start a program on Monday at 
5pm and make it run until Tuesday 5am (12 hours in total). 

({(1w or 2w) and 17h-7h }, ambient),
 
Can anyone tell me how to set this so that it doesn’t try to run the program 
again from 5pm on Tuesday? Do I change the ‘or’ to ‘and’ in here (1w or 2w)?
 
I could use the snippet below, but then it interrupts the program with a 
transition at 0h, which I don’t want.
 
({(1w) and 17h-0h }, ambient),
({(2w) and 0h-7h }, ambient),

Thanks
Damian 
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Savonet-users mailing list
Savonet-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to