The macro looks like this:
Motion Sensor (I3) sees motion at night and sends an I3 ON code. I3 in AHP Pro is a smart macro that performs a couple things: I5 brighten to 100%, I9 ON, G3 ON, G4 ON, G10 ON. This basically illuminates the path from the garage to the living room. After 1 minute, the motion sensor I3 would send an Off code. I3 OFF is a smart macro and is programed to do this: DELAY 8min, I5 dim to 40%, I9 OFF, G3 OFF, G4 OFF, and G10 OFF. If I trigger this macro either via the motion sensor or using a palm pad set to house code I, I get the same result. When I press I3 OFF, I5 immediately dims and the rest get turned off. The log file reflects the command being transmitted one after the other.
I have since changed the motion sensor itself to use an 8 minute delay before sending it's OFF code. I have other smart macros that also have delay statements in them and they seem to operate properly. Not sure what it up.