How is this required expression true AND false?


Can someone help me understand how this is true AND false? How do I fix it?

Looks fine to me. The first expression (day of the week) is True. The second espression (Mode is Day) is False. The third expression (illuminance) is True.

Since the three conditions are ANDed together, all would need to be TRUE for the Required Expression to be True. Thus, it is [FALSE], as shown in your screen capture.

Basically, it is

"True" AND "False" AND "True" = [FALSE]

8 Likes

Ahh. Ok, that makes sense. Guess it just looked odd to me. I haven’t done much with required expressions.