[SmartThings App] Create a Routine with sub-conditions

As far as the routines, could you nest conditions into their own paragraphs. For instance, I have two multi-sensors in my living room at different areas:

If
Time = 4:00PM to 7:00PM

and

Location = Home

and

Mode = Home or Entertaining

And

 [(Livingroom sensor1 = Motion Detected
 And
 Living room sensor 1 = Lux <= 10)

Or

 (Livingroom sensor2 = Motion Detected
 And
 Living room sensor 2 = Lux <= 10)]

Then
Turn on Living Room Laps and dim to 50%

I would be willing to take an “And” on lux level and an “Or” on the motion detected.

It seems we cannot create “sub-conditions” in the Routines tool where we can define the following:

I think the Rules API would be a better solution.
@SamsungZell, do you know if it’s possible or if there’s a workaround?

1 Like