Hello,
I am trying to do an OR within the THEN condition block. Something like:
WHEN
Thanks in advance for any help
I tried EASYTRIGGER, but it only supports groups of Devices, not groups of values.
I am trying to do an OR within the THEN condition block. Something like:
WHEN
Recurring Trigger
THENIF DeviceA = 100
AND IF Device B = 200
AND IF ( (Device C = Blue) OR (Device C = Green) )
AND IF ( (Device D = Blue) OR (Device D = Green) )
THEN
AND IF Device B = 200
AND IF ( (Device C = Blue) OR (Device C = Green) )
AND IF ( (Device D = Blue) OR (Device D = Green) )
THEN
Do Something
THENSome other condition block, etc.
Thanks in advance for any help
I tried EASYTRIGGER, but it only supports groups of Devices, not groups of values.
Comment