Receiving and acting on Link Activate and Deactivate doesn't work as documented

avpman2

Member
The Omni II (firmware 2.9) documentation states: "UPB Link Triggers: When a program is created that uses “When Link On” as the trigger, the program will execute when a “Link Activate”... message is received When a program is created that uses “When Link Off” as the trigger, the program will execute when a “Link Deactivate”... message is received.

I have V3.11D firmware and the following block of code but it executes either when Link On is received or Link off is received. This contradicts the documentation.

    WHEN UPB LINK 225 OFF
        THEN SET LIGHTING LEVEL Porch Light TO 90%

I verified within the UpStart test screen that the keypad is properly sending "link activate" and "link deacvtivate" (the keypad is assigned to no room) signals.  However, as I said the code above executes on either link activate or link deactivate.

Any insight anyone can offer as to why this is happening would be appreciated.
Thanks in advance
 
I took a chance and reloaded the automation section and it appears fixed for now. I'll continue to keep an eye on it as I add more functions. :pray:
 
Back
Top