I have X10 equipment using the Active Eye motion sensors. I also am using the script
sub main()
if hs.ison ("i2") then
hs.execx10 "i4", "off"
else
hs.execx10 "i2", "off"
hs.execx10 "i4", "on"
end if
end sub
To control when motion is detected on I2 camera. When camera I2 turns off I want camera I4 to go on. Any ideas? My trigger type is "By X10 Command" when it is off to activate Device Action to turn on I4 camera.
sub main()
if hs.ison ("i2") then
hs.execx10 "i4", "off"
else
hs.execx10 "i2", "off"
hs.execx10 "i4", "on"
end if
end sub
To control when motion is detected on I2 camera. When camera I2 turns off I want camera I4 to go on. Any ideas? My trigger type is "By X10 Command" when it is off to activate Device Action to turn on I4 camera.
Comment