Hello all,
I am trying to send SMS notifications based on presence. Here is what I am doing:
If door is locked then check after 4 minutes who is still here. If someone is here then send SMS notification - [Door] Locked but %person1%, %person2%, person%3 is home.
I don’t understand how to create an expression string that checks for the presence of these mobile devices and add them into a single SMS notification string.
Any ideas/examples?