Danny: I know what you mean and this is, I
believe, a bug in the way the Activity
Monitor shows commands. Here is an example:
Sensor B13
Macro B13 On triggers a bathroom light to
turn On. Let’s call this Macro “Lights On”.
Macro B13 Off triggers a bathroom light to
turn Off. Let’s call this Macro “Lights Off”.
In AHP, I created Macro “Lights On” before
Macro “Lights Off”.
You’ll see something like
Receive RF B13 On
Receive B13 Lights Off ***
Receive B On
Then the name of your modules (contained in
macro) and their associated actions.
*** Activity Monitor will display the name
of your last created Macro, not the actual
name of the macro associated with either the
trigger B13 On or B13 Off. The following
action then specify if it’s On of Off,
here “Receive B On”. I fixed that by using
the same generic name for both the On and
Off Macros. Let’s say “Bathroom Lights”, the
Activity Monitor would then list:
Receive RF B13 On
Receive B13 Bathroom Lights
Receive B On
Hope it helps.