X10 Community Forum

🖥️ActiveHome Pro => Plug-ins => iWatchOut/iWitness => Topic started by: ken on July 15, 2005, 07:16:24 PM

Title: activhome macro with iwitness
Post by: ken on July 15, 2005, 07:16:24 PM
I am having trouble with a macro that uses a
motion sensor to trigger it.  If the motion
sensor is tripped while video is recording,
the program shuts down.  How can fix this?
Thanks in advance.
K
Title: Re: activhome macro with iwitness
Post by: donald mcmow on July 16, 2005, 11:24:43 AM
Use a flag - turn the flag on before you
start recording. Turn the flag off when you
stop recording. Use a conditional test in
the macro - if the flag is off then it is
OK to record (run the macro), If the flag
is on then the macro won't run.