X10Pro
I am also having similar problems with
Smart Macros (advanced if/else type):
MACRO 1
Trigger M1 ON
If weekday
set flag 1,2
Macro 2
trigger M1 ON
clear flag 1,2
According to IF/THEN/ELSE advanced
conditionals documentation and SM searched
for the BEST macro - in order, if it is
weekday then flags 1,2 should be set.
These work properly from the RUN MACRO
buttons, but ALWAYS clear the flags with M1
ON trigger. They appear in order in Macro
Designer window as shown above.
It seems to be running any macro that is
triggered, not just the first TRUE test.
Are all macros that meet the conditions run
or just the first? If ALL macros then
there is no ELSE part of it! As a test I
rearranged the Macros in the MACRO DESIGNER
window so that Macro 2 would run first with
Macro 2 after and it all ends with the
flags set - opposite of the first test -
like it would be if it were running ALL
matching triggered macros in order.
Like I stated, this is not really a
IF/THEN/ELSE condition, as each macro will
have to have its own conditions or flags
set in previous macros to avoid the
commands.
So my question is - is it supposed to do
this?
Thanks