Button Controller-5.1 - Else IF statement

Hi all,

As like any other new joiner, please accept my apologies if my post is in the wrong place.

I am using the Button Controller 5.1 to allow me to control my bedroom bulbs using a hue dimmer v2.
Everything works as expected, but I wanted to use if statements on button 4 to cycle through different colour temperatures. However, Else IF doesn't seem to be available for Button Controller.

Do you have any suggestion on other ways I could achieve this?

Thanks,
Rick

Doing an "else" and then an IF is the same outcome.

IF(condition) THEN
	ACTION
	ELSE
	IF(condition2) THEN
		ACTION2
	END-IF
END-IF

It is available, but it doesn't show up in the drop-down menu unless your current actions are after an IF-THEN and before the end of the actions, an ELSE or an END-IF.

Button Rule 5.1 (created by Button Controller 5.1) is identical to Rule 5.1 in pretty much all ways, except the trigger is pre-defined to be the selected button action.

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.