I have a multidevice if statement in a rule that checks to see what doors or windows are open when that location status switches to Away.
Attribute ‘contact’ from any of [Device1], [Device2], [Device3],… is ‘open’
I want to send a message with the list of device names that are open. Is there any way to get that info from this statement or do I have to check all devices separately and concatenate the names into a variable?
TIA,
John