I’m not sure if what i’m trying to do is possible but I need where the arrow is to be subscribed to. I know IF’s work top to bottom but there should be a way.
I need the IF to be able to work inversely but it is not subscribing to the contact sensor. I have tried setting it to subscribe to always but once the IF fires, the statement locks on and never ends/quits.
The reason why I need it to work inversely is:
If location is away or secuirty is on and the roller door (contact) opens - Alert.
OR
If the roller door (contact) is open and location mode changes to away or security changes to on - Alert.
I’m not sure if I can do this in a single IF, I may need to seperate it into 2. But since i’m still learning the complicated way this program works, I thought I would ask the experts.