I use ISY to automatically open and close all shades around the house. The shades are Silhouette type. When fully down the blinds in this type of shades go horizontal which still let some light in. In order to "shut down" a shade it should be lifted up briefely allowing the blinds to shut. I use an ISY program that sends a down command, wait 15 seconds, then an up command, wait One second and then send a stop command. I noticed that waiting 1 sec ( the minimum possible) is allowing the shades to go up more than desired.
Is there a way to make a program wait less than One sec between commands?
here is what I currently use:
If
No Condition
Then
Run program 'Curt Nook DWN' (then path)
Wait 15 seconds
Run program 'Curt Nook UP' (then path)
Wait 1 second
Run Program 'Curt Nook STP' (Then Path)
Else
No Actions