1) Give a description of the problem
I want to have a specific action take place, triggered by any one of three different triggers.
2) What is the expected behavior?
I want the outside lights to come on if:
- If open the door
- If there is movement outside
- If my phone is within the geotag boundary
3) What is happening/not happening?
I am wanting to use each of the triggers in one If statement, with logical OR between them. Will this work right? If not, how would you suggest approaching this?