03-03-2012, 06:37 AM
I have noticed that if multiple x10 commands are sent on a response - the X10 commands *can* be unreliable. They are more reliable if sent in sequence with a gap between them (which is the default case with Indigo for Mac when programming lighting control). Obviously I could use Timers, but that involves setting a response for each X10 action, and then Doing each response after the timer expires. Is there an easy way in a response, of Comfort simply pausing, before executing the next line of code? The following code sets night lights and turns off bedside lights in children\'s bedrooms.
If Security Mode <> VacationMode Or SecurityMode <> Away Mode Then
X10 Extended 1 49
X10 B4 Extended 1
X10 B2 Extended 1
X10 B6 Extended 1
X10 B1 Off
X10 B3 Off
End if
Also, does anyone know a way of clipping code from the Response Source window to paste onto this forum. I just had to retype that.
Henley
If Security Mode <> VacationMode Or SecurityMode <> Away Mode Then
X10 Extended 1 49
X10 B4 Extended 1
X10 B2 Extended 1
X10 B6 Extended 1
X10 B1 Off
X10 B3 Off
End if
Also, does anyone know a way of clipping code from the Response Source window to paste onto this forum. I just had to retype that.
Henley

